Html Css Color HEX #D6C242 Wattle

📋 copy color: '#D6C242'

red 214 ◦ green 194 ◦ blue 66

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

Shades of Wattle #D6C242

Tints of Wattle #D6C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.93%

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

R = 45.15%
G = 40.93%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D6C242 (or 0xD6C242) is known color: Wattle. HEX triplet: D6, C2 and 42. RGB value is (214,194,66). Sum of RGB (Red+Green+Blue) = 214+194+66=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C242 is #293DBD. Grayscale: #B9B9B9. Windows color (decimal): -2702782 or 4375254. OLE color: 4375254.

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

Color convert

RGB 214 194 66 -
CMYK 0 0.09 0.69 0.16
HSL 51.89º 0.64% 0.55% -
HSV(B) 51.89º 0.69% 0.84% -
XYZ 48.01 53.27 12.91 -
YUV 185.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 214 194 66 0 0.09 0.69 0.16 51.89 0.64 0.55
Hex D6 C2 42 0 9 45 10 34 40 37
Octal 326 302 102 0 11 105 20 64 100 67
Binary 11010110 11000010 1000010 0 1001 1000101 10000 110100 1000000 110111

Color Harmonies of #D6C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C242

Black with #D6C242

Text Example


Text Example

White with #D6C242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C242; }

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

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

background-color css

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

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

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

border-color css

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

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

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