Html Css Color HEX #D9CB34 Wattle

📋 copy color: '#D9CB34'

red 217 ◦ green 203 ◦ blue 52

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

Shades of Wattle #D9CB34

Tints of Wattle #D9CB34

RGB

 RED value IS 217 (85.16% from 255) = 45.97%

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

 BLUE value IS 52 (20.7% from 255) = 11.02%

R = 45.97%
G = 43.01%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9CB34 (or 0xD9CB34) is known color: Wattle. HEX triplet: D9, CB and 34. RGB value is (217,203,52). Sum of RGB (Red+Green+Blue) = 217+203+52=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CB34 is #2634CB. Grayscale: #BEBEBE. Windows color (decimal): -2503884 or 3460057. OLE color: 3460057.

HSL color Cylindrical-coordinate representation of color #D9CB34: hue angle of 54.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9CB34 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 52 -
CMYK 0 0.06 0.76 0.15
HSL 54.91º 0.68% 0.53% -
HSV(B) 54.91º 0.76% 0.85% -
XYZ 50.59 57.71 11.72 -
YUV 189.97 50.14 147.28 -
System Red Green Blue C M Y K H S L
Decimal 217 203 52 0 0.06 0.76 0.15 54.91 0.68 0.53
Hex D9 CB 34 0 6 4C F 37 44 35
Octal 331 313 64 0 6 114 17 67 104 65
Binary 11011001 11001011 110100 0 110 1001100 1111 110111 1000100 110101

Color Harmonies of #D9CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB34

Black with #D9CB34

Text Example


Text Example

White with #D9CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB34; }

 p { color: rgb(217,203,52); }

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

background-color css

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

 a { background-color: rgb(217,203,52); }

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

border-color css

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

 span { border-color: rgb(217,203,52); }

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