Html Css Color HEX #D4CF42 Wattle

📋 copy color: '#D4CF42'

red 212 ◦ green 207 ◦ blue 66

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

Shades of Wattle #D4CF42

Tints of Wattle #D4CF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

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

R = 43.71%
G = 42.68%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4CF42 (or 0xD4CF42) is known color: Wattle. HEX triplet: D4, CF and 42. RGB value is (212,207,66). Sum of RGB (Red+Green+Blue) = 212+207+66=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF42 is #2B30BD. Grayscale: #C0C0C0. Windows color (decimal): -2830526 or 4378580. OLE color: 4378580.

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

Color convert

RGB 212 207 66 -
CMYK 0 0.02 0.69 0.17
HSL 57.95º 0.63% 0.55% -
HSV(B) 57.95º 0.69% 0.83% -
XYZ 50.45 59.02 13.89 -
YUV 192.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 212 207 66 0 0.02 0.69 0.17 57.95 0.63 0.55
Hex D4 CF 42 0 2 45 11 3A 3F 37
Octal 324 317 102 0 2 105 21 72 77 67
Binary 11010100 11001111 1000010 0 10 1000101 10001 111010 111111 110111

Color Harmonies of #D4CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF42

Black with #D4CF42

Text Example


Text Example

White with #D4CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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