Html Css Color HEX #D4C542 Wattle

📋 copy color: '#D4C542'

red 212 ◦ green 197 ◦ blue 66

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

Shades of Wattle #D4C542

Tints of Wattle #D4C542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

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

R = 44.63%
G = 41.47%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4C542 (or 0xD4C542) is known color: Wattle. HEX triplet: D4, C5 and 42. RGB value is (212,197,66). Sum of RGB (Red+Green+Blue) = 212+197+66=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C542 is #2B3ABD. Grayscale: #BBBBBB. Windows color (decimal): -2833086 or 4376020. OLE color: 4376020.

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

Color convert

RGB 212 197 66 -
CMYK 0 0.07 0.69 0.17
HSL 53.84º 0.63% 0.55% -
HSV(B) 53.84º 0.69% 0.83% -
XYZ 48.1 54.32 13.1 -
YUV 186.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 212 197 66 0 0.07 0.69 0.17 53.84 0.63 0.55
Hex D4 C5 42 0 7 45 11 36 3F 37
Octal 324 305 102 0 7 105 21 66 77 67
Binary 11010100 11000101 1000010 0 111 1000101 10001 110110 111111 110111

Color Harmonies of #D4C542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C542

Black with #D4C542

Text Example


Text Example

White with #D4C542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C542; }

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

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

background-color css

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

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

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

border-color css

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

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

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