Html Css Color HEX #D6D03C Wattle

📋 copy color: '#D6D03C'

red 214 ◦ green 208 ◦ blue 60

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

Shades of Wattle #D6D03C

Tints of Wattle #D6D03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

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

R = 44.4%
G = 43.15%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6D03C (or 0xD6D03C) is known color: Wattle. HEX triplet: D6, D0 and 3C. RGB value is (214,208,60). Sum of RGB (Red+Green+Blue) = 214+208+60=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D03C is #292FC3. Grayscale: #C1C1C1. Windows color (decimal): -2699204 or 3985622. OLE color: 3985622.

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

Color convert

RGB 214 208 60 -
CMYK 0 0.03 0.72 0.16
HSL 57.66º 0.65% 0.54% -
HSV(B) 57.66º 0.72% 0.84% -
XYZ 51.1 59.73 13.11 -
YUV 192.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 214 208 60 0 0.03 0.72 0.16 57.66 0.65 0.54
Hex D6 D0 3C 0 3 48 10 3A 41 36
Octal 326 320 74 0 3 110 20 72 101 66
Binary 11010110 11010000 111100 0 11 1001000 10000 111010 1000001 110110

Color Harmonies of #D6D03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D03C

Black with #D6D03C

Text Example


Text Example

White with #D6D03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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