Html Css Color HEX #D6C539 Wattle

📋 copy color: '#D6C539'

red 214 ◦ green 197 ◦ blue 57

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

Shades of Wattle #D6C539

Tints of Wattle #D6C539

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

 BLUE value IS 57 (22.66% from 255) = 12.18%

R = 45.73%
G = 42.09%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6C539 (or 0xD6C539) is known color: Wattle. HEX triplet: D6, C5 and 39. RGB value is (214,197,57). Sum of RGB (Red+Green+Blue) = 214+197+57=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C539 is #293AC6. Grayscale: #BABABA. Windows color (decimal): -2702023 or 3786198. OLE color: 3786198.

HSL color Cylindrical-coordinate representation of color #D6C539: hue angle of 53.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6C539 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 197 57 -
CMYK 0 0.08 0.73 0.16
HSL 53.5º 0.66% 0.53% -
HSV(B) 53.5º 0.73% 0.84% -
XYZ 48.44 54.52 11.84 -
YUV 186.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 214 197 57 0 0.08 0.73 0.16 53.5 0.66 0.53
Hex D6 C5 39 0 8 49 10 36 42 35
Octal 326 305 71 0 10 111 20 66 102 65
Binary 11010110 11000101 111001 0 1000 1001001 10000 110110 1000010 110101

Color Harmonies of #D6C539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C539

Black with #D6C539

Text Example


Text Example

White with #D6C539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C539; }

 p { color: rgb(214,197,57); }

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

background-color css

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

 a { background-color: rgb(214,197,57); }

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

border-color css

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

 span { border-color: rgb(214,197,57); }

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