Html Css Color HEX #D4C242 Wattle

📋 copy color: '#D4C242'

red 212 ◦ green 194 ◦ blue 66

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

Shades of Wattle #D4C242

Tints of Wattle #D4C242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.98%

R = 44.92%
G = 41.1%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4C242 (or 0xD4C242) is known color: Wattle. HEX triplet: D4, C2 and 42. RGB value is (212,194,66). Sum of RGB (Red+Green+Blue) = 212+194+66=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C242 is #2B3DBD. Grayscale: #B9B9B9. Windows color (decimal): -2833854 or 4375252. OLE color: 4375252.

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

Color convert

RGB 212 194 66 -
CMYK 0 0.08 0.69 0.17
HSL 52.6º 0.63% 0.55% -
HSV(B) 52.6º 0.69% 0.83% -
XYZ 47.43 52.97 12.88 -
YUV 184.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 212 194 66 0 0.08 0.69 0.17 52.6 0.63 0.55
Hex D4 C2 42 0 8 45 11 35 3F 37
Octal 324 302 102 0 10 105 21 65 77 67
Binary 11010100 11000010 1000010 0 1000 1000101 10001 110101 111111 110111

Color Harmonies of #D4C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C242

Black with #D4C242

Text Example


Text Example

White with #D4C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C242; }

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

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

background-color css

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

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

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

border-color css

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

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

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