Html Css Color HEX #D4C345 Wattle

📋 copy color: '#D4C345'

red 212 ◦ green 195 ◦ blue 69

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

Shades of Wattle #D4C345

Tints of Wattle #D4C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

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

R = 44.54%
G = 40.97%
B = 14.5%

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

#D4C345 (or 0xD4C345) is known color: Wattle. HEX triplet: D4, C3 and 45. RGB value is (212,195,69). Sum of RGB (Red+Green+Blue) = 212+195+69=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C345 is #2B3CBA. Grayscale: #BABABA. Windows color (decimal): -2833595 or 4572116. OLE color: 4572116.

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

Color convert

RGB 212 195 69 -
CMYK 0 0.08 0.67 0.17
HSL 52.87º 0.62% 0.55% -
HSV(B) 52.87º 0.67% 0.83% -
XYZ 47.74 53.46 13.43 -
YUV 185.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 212 195 69 0 0.08 0.67 0.17 52.87 0.62 0.55
Hex D4 C3 45 0 8 43 11 35 3E 37
Octal 324 303 105 0 10 103 21 65 76 67
Binary 11010100 11000011 1000101 0 1000 1000011 10001 110101 111110 110111

Color Harmonies of #D4C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C345

Black with #D4C345

Text Example


Text Example

White with #D4C345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C345; }

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

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

background-color css

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

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

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

border-color css

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

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

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