Html Css Color HEX #D4CB4F Confetti

📋 copy color: '#D4CB4F'

red 212 ◦ green 203 ◦ blue 79

#D4CB4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #D4CB4F

Tints of Confetti #D4CB4F

RGB

 RED value IS 212 (83.2% from 255) = 42.91%

 GREEN value IS 203 (79.69% from 255) = 41.09%

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 42.91%
G = 41.09%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4CB4F (or 0xD4CB4F) is known color: Confetti. HEX triplet: D4, CB and 4F. RGB value is (212,203,79). Sum of RGB (Red+Green+Blue) = 212+203+79=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB4F is #2B34B0. Grayscale: #C0C0C0. Windows color (decimal): -2831537 or 5229524. OLE color: 5229524.

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

Color convert

RGB 212 203 79 -
CMYK 0 0.04 0.63 0.17
HSL 55.94º 0.61% 0.57% -
HSV(B) 55.94º 0.63% 0.83% -
XYZ 49.92 57.27 15.82 -
YUV 191.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 212 203 79 0 0.04 0.63 0.17 55.94 0.61 0.57
Hex D4 CB 4F 0 4 3F 11 38 3D 39
Octal 324 313 117 0 4 77 21 70 75 71
Binary 11010100 11001011 1001111 0 100 111111 10001 111000 111101 111001

Color Harmonies of #D4CB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB4F

Black with #D4CB4F

Text Example


Text Example

White with #D4CB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB4F; }

 p { color: rgb(212,203,79); }

 H1.HeaderClassName
 {
   color: #D4CB4F;
 }
 .AnyTagClassName
 {
   color: #D4CB4F;
 }
</style>

background-color css

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

 a { background-color: rgb(212,203,79); }

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

border-color css

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

 span { border-color: rgb(212,203,79); }

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