Html Css Color HEX #D4CB34 Wattle

📋 copy color: '#D4CB34'

red 212 ◦ green 203 ◦ blue 52

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

Shades of Wattle #D4CB34

Tints of Wattle #D4CB34

RGB

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

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

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

R = 45.4%
G = 43.47%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4CB34 (or 0xD4CB34) is known color: Wattle. HEX triplet: D4, CB and 34. RGB value is (212,203,52). Sum of RGB (Red+Green+Blue) = 212+203+52=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB34 is #2B34CB. Grayscale: #BDBDBD. Windows color (decimal): -2831564 or 3460052. OLE color: 3460052.

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

Color convert

RGB 212 203 52 -
CMYK 0 0.04 0.75 0.17
HSL 56.63º 0.65% 0.52% -
HSV(B) 56.63º 0.75% 0.83% -
XYZ 49.13 56.96 11.65 -
YUV 188.48 50.98 144.78 -
System Red Green Blue C M Y K H S L
Decimal 212 203 52 0 0.04 0.75 0.17 56.63 0.65 0.52
Hex D4 CB 34 0 4 4B 11 39 41 34
Octal 324 313 64 0 4 113 21 71 101 64
Binary 11010100 11001011 110100 0 100 1001011 10001 111001 1000001 110100

Color Harmonies of #D4CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB34

Black with #D4CB34

Text Example


Text Example

White with #D4CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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