Html Css Color HEX #D6C33C Wattle

📋 copy color: '#D6C33C'

red 214 ◦ green 195 ◦ blue 60

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

Shades of Wattle #D6C33C

Tints of Wattle #D6C33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 45.63%
G = 41.58%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6C33C (or 0xD6C33C) is known color: Wattle. HEX triplet: D6, C3 and 3C. RGB value is (214,195,60). Sum of RGB (Red+Green+Blue) = 214+195+60=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C33C is #293CC3. Grayscale: #B9B9B9. Windows color (decimal): -2702532 or 3982294. OLE color: 3982294.

HSL color Cylindrical-coordinate representation of color #D6C33C: hue angle of 52.6º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6C33C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 195 60 -
CMYK 0 0.09 0.72 0.16
HSL 52.6º 0.65% 0.54% -
HSV(B) 52.6º 0.72% 0.84% -
XYZ 48.06 53.65 12.1 -
YUV 185.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 214 195 60 0 0.09 0.72 0.16 52.6 0.65 0.54
Hex D6 C3 3C 0 9 48 10 35 41 36
Octal 326 303 74 0 11 110 20 65 101 66
Binary 11010110 11000011 111100 0 1001 1001000 10000 110101 1000001 110110

Color Harmonies of #D6C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C33C

Black with #D6C33C

Text Example


Text Example

White with #D6C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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