Html Css Color HEX #D4C245 Wattle

📋 copy color: '#D4C245'

red 212 ◦ green 194 ◦ blue 69

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

Shades of Wattle #D4C245

Tints of Wattle #D4C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 44.63%
G = 40.84%
B = 14.53%

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

#D4C245 (or 0xD4C245) is known color: Wattle. HEX triplet: D4, C2 and 45. RGB value is (212,194,69). Sum of RGB (Red+Green+Blue) = 212+194+69=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C245 is #2B3DBA. Grayscale: #B9B9B9. Windows color (decimal): -2833851 or 4571860. OLE color: 4571860.

HSL color Cylindrical-coordinate representation of color #D4C245: hue angle of 52.45º 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 #D4C245 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 194 69 -
CMYK 0 0.08 0.67 0.17
HSL 52.45º 0.62% 0.55% -
HSV(B) 52.45º 0.67% 0.83% -
XYZ 47.52 53.01 13.36 -
YUV 185.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 212 194 69 0 0.08 0.67 0.17 52.45 0.62 0.55
Hex D4 C2 45 0 8 43 11 34 3E 37
Octal 324 302 105 0 10 103 21 64 76 67
Binary 11010100 11000010 1000101 0 1000 1000011 10001 110100 111110 110111

Color Harmonies of #D4C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C245

Black with #D4C245

Text Example


Text Example

White with #D4C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C245; }

 p { color: rgb(212,194,69); }

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

background-color css

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

 a { background-color: rgb(212,194,69); }

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

border-color css

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

 span { border-color: rgb(212,194,69); }

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