Html Css Color HEX #D6C342 Wattle

📋 copy color: '#D6C342'

red 214 ◦ green 195 ◦ blue 66

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

Shades of Wattle #D6C342

Tints of Wattle #D6C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.05%

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

R = 45.05%
G = 41.05%
B = 13.89%

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

#D6C342 (or 0xD6C342) is known color: Wattle. HEX triplet: D6, C3 and 42. RGB value is (214,195,66). Sum of RGB (Red+Green+Blue) = 214+195+66=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C342 is #293CBD. Grayscale: #BABABA. Windows color (decimal): -2702526 or 4375510. OLE color: 4375510.

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

Color convert

RGB 214 195 66 -
CMYK 0 0.09 0.69 0.16
HSL 52.3º 0.64% 0.55% -
HSV(B) 52.3º 0.69% 0.84% -
XYZ 48.23 53.72 12.98 -
YUV 185.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 214 195 66 0 0.09 0.69 0.16 52.3 0.64 0.55
Hex D6 C3 42 0 9 45 10 34 40 37
Octal 326 303 102 0 11 105 20 64 100 67
Binary 11010110 11000011 1000010 0 1001 1000101 10000 110100 1000000 110111

Color Harmonies of #D6C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C342

Black with #D6C342

Text Example


Text Example

White with #D6C342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C342; }

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

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

background-color css

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

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

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

border-color css

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

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

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