Html Css Color HEX #D6CF42 Wattle

📋 copy color: '#D6CF42'

red 214 ◦ green 207 ◦ blue 66

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

Shades of Wattle #D6CF42

Tints of Wattle #D6CF42

RGB

 RED value IS 214 (83.98% from 255) = 43.94%

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

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

R = 43.94%
G = 42.51%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6CF42 (or 0xD6CF42) is known color: Wattle. HEX triplet: D6, CF and 42. RGB value is (214,207,66). Sum of RGB (Red+Green+Blue) = 214+207+66=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF42 is #2930BD. Grayscale: #C1C1C1. Windows color (decimal): -2699454 or 4378582. OLE color: 4378582.

HSL color Cylindrical-coordinate representation of color #D6CF42: hue angle of 57.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6CF42 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 66 -
CMYK 0 0.03 0.69 0.16
HSL 57.16º 0.64% 0.55% -
HSV(B) 57.16º 0.69% 0.84% -
XYZ 51.03 59.32 13.91 -
YUV 193.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 214 207 66 0 0.03 0.69 0.16 57.16 0.64 0.55
Hex D6 CF 42 0 3 45 10 39 40 37
Octal 326 317 102 0 3 105 20 71 100 67
Binary 11010110 11001111 1000010 0 11 1000101 10000 111001 1000000 110111

Color Harmonies of #D6CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF42

Black with #D6CF42

Text Example


Text Example

White with #D6CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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