Html Css Color HEX #D4C442 Wattle

📋 copy color: '#D4C442'

red 212 ◦ green 196 ◦ blue 66

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

Shades of Wattle #D4C442

Tints of Wattle #D4C442

RGB

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

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

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

R = 44.73%
G = 41.35%
B = 13.92%

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

#D4C442 (or 0xD4C442) is known color: Wattle. HEX triplet: D4, C4 and 42. RGB value is (212,196,66). Sum of RGB (Red+Green+Blue) = 212+196+66=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C442 is #2B3BBD. Grayscale: #BABABA. Windows color (decimal): -2833342 or 4375764. OLE color: 4375764.

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

Color convert

RGB 212 196 66 -
CMYK 0 0.08 0.69 0.17
HSL 53.42º 0.63% 0.55% -
HSV(B) 53.42º 0.69% 0.83% -
XYZ 47.87 53.87 13.03 -
YUV 185.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 212 196 66 0 0.08 0.69 0.17 53.42 0.63 0.55
Hex D4 C4 42 0 8 45 11 35 3F 37
Octal 324 304 102 0 10 105 21 65 77 67
Binary 11010100 11000100 1000010 0 1000 1000101 10001 110101 111111 110111

Color Harmonies of #D4C442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C442

Black with #D4C442

Text Example


Text Example

White with #D4C442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C442; }

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

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

background-color css

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

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

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

border-color css

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

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

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