Html Css Color HEX #D4CD42 Wattle

📋 copy color: '#D4CD42'

red 212 ◦ green 205 ◦ blue 66

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

Shades of Wattle #D4CD42

Tints of Wattle #D4CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 43.89%
G = 42.44%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4CD42 (or 0xD4CD42) is known color: Wattle. HEX triplet: D4, CD and 42. RGB value is (212,205,66). Sum of RGB (Red+Green+Blue) = 212+205+66=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CD42 is #2B32BD. Grayscale: #BFBFBF. Windows color (decimal): -2831038 or 4378068. OLE color: 4378068.

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

Color convert

RGB 212 205 66 -
CMYK 0 0.03 0.69 0.17
HSL 57.12º 0.63% 0.55% -
HSV(B) 57.12º 0.69% 0.83% -
XYZ 49.97 58.05 13.73 -
YUV 191.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 212 205 66 0 0.03 0.69 0.17 57.12 0.63 0.55
Hex D4 CD 42 0 3 45 11 39 3F 37
Octal 324 315 102 0 3 105 21 71 77 67
Binary 11010100 11001101 1000010 0 11 1000101 10001 111001 111111 110111

Color Harmonies of #D4CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CD42

Black with #D4CD42

Text Example


Text Example

White with #D4CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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