#d4be4b

Color #D4BE4B Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D4BE4B

Tints of Confetti #D4BE4B

Color information

#D4BE4B (or 0xD4BE4B) is unknown color: approx Confetti. HEX triplet: D4, BE and 4B. RGB value is (212,190,75). Sum of RGB (Red+Green+Blue) = 212+190+75=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE4B is #2B41B4. Grayscale: #B7B7B7. Windows color (decimal): -2834869 or 4964052. OLE color: 4964052.

HSL color Cylindrical-coordinate representation of color #D4BE4B: hue angle of 50.36º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4BE4B is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB21219075-
CMYK00.100.650.17
HSL50.36º61.43%56.27%-
HSV(B)50.36º64.62%83.14%-
XYZ46.8351.3314.1-
YUV183.4766.79148.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 75 (29.69% from 255) = 15.72%
R=44.44%
G=39.83%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121907500.100.650.1750.3661.4356.27
HexD4BE4B0A4111323d38
Octal32427611301210121627570
Binary1101010010111110100101101010100000110001110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4be4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4be4b; }

 p { color: rgb(212,190,75); }

 H1.HeaderClassName
 {
   color: #d4be4b;
 }
 .AnyTagClassName
 {
   color: #d4be4b;
 }
</style>
background-color css

<style>
 a { background-color: #d4be4b; }

 a { background-color: rgb(212,190,75); }

 div.DivClassName
 {
   background-color: #d4be4b;
 }
 .BgClassName
 {
   background-color: #d4be4b;
 }
</style>
border-color css

<style>
 span { border-color: #d4be4b; }

 span { border-color: rgb(212,190,75); }

 td.TdClassName
 {
   border-color: #d4be4b;
 }
 .TagClassName
 {
   border-color: #d4be4b;
 }
</style>