Html Css Color HEX #D4CA37 Wattle

📋 copy color: '#D4CA37'

red 212 ◦ green 202 ◦ blue 55

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

Shades of Wattle #D4CA37

Tints of Wattle #D4CA37

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 55 (21.88% from 255) = 11.73%

R = 45.2%
G = 43.07%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D4CA37 (or 0xD4CA37) is known color: Wattle. HEX triplet: D4, CA and 37. RGB value is (212,202,55). Sum of RGB (Red+Green+Blue) = 212+202+55=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA37 is #2B35C8. Grayscale: #BCBCBC. Windows color (decimal): -2831817 or 3656404. OLE color: 3656404.

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

Color convert

RGB 212 202 55 -
CMYK 0 0.05 0.74 0.17
HSL 56.18º 0.65% 0.52% -
HSV(B) 56.18º 0.74% 0.83% -
XYZ 48.96 56.51 11.94 -
YUV 188.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 212 202 55 0 0.05 0.74 0.17 56.18 0.65 0.52
Hex D4 CA 37 0 5 4A 11 38 41 34
Octal 324 312 67 0 5 112 21 70 101 64
Binary 11010100 11001010 110111 0 101 1001010 10001 111000 1000001 110100

Color Harmonies of #D4CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA37

Black with #D4CA37

Text Example


Text Example

White with #D4CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA37; }

 p { color: rgb(212,202,55); }

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

background-color css

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

 a { background-color: rgb(212,202,55); }

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

border-color css

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

 span { border-color: rgb(212,202,55); }

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