Html Css Color HEX #D4C446 Wattle

📋 copy color: '#D4C446'

red 212 ◦ green 196 ◦ blue 70

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

Shades of Wattle #D4C446

Tints of Wattle #D4C446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

 BLUE value IS 70 (27.73% from 255) = 14.64%

R = 44.35%
G = 41%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D4C446 (or 0xD4C446) is known color: Wattle. HEX triplet: D4, C4 and 46. RGB value is (212,196,70). Sum of RGB (Red+Green+Blue) = 212+196+70=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C446 is #2B3BB9. Grayscale: #BABABA. Windows color (decimal): -2833338 or 4637908. OLE color: 4637908.

HSL color Cylindrical-coordinate representation of color #D4C446: hue angle of 53.24º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4C446 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 196 70 -
CMYK 0 0.08 0.67 0.17
HSL 53.24º 0.62% 0.55% -
HSV(B) 53.24º 0.67% 0.83% -
XYZ 48 53.92 13.67 -
YUV 186.42 62.3 146.25 -
System Red Green Blue C M Y K H S L
Decimal 212 196 70 0 0.08 0.67 0.17 53.24 0.62 0.55
Hex D4 C4 46 0 8 43 11 35 3E 37
Octal 324 304 106 0 10 103 21 65 76 67
Binary 11010100 11000100 1000110 0 1000 1000011 10001 110101 111110 110111

Color Harmonies of #D4C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C446

Black with #D4C446

Text Example


Text Example

White with #D4C446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C446; }

 p { color: rgb(212,196,70); }

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

background-color css

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

 a { background-color: rgb(212,196,70); }

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

border-color css

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

 span { border-color: rgb(212,196,70); }

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