Html Css Color HEX #D6C037 Wattle

📋 copy color: '#D6C037'

red 214 ◦ green 192 ◦ blue 55

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

Shades of Wattle #D6C037

Tints of Wattle #D6C037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 55 (21.88% from 255) = 11.93%

R = 46.42%
G = 41.65%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6C037 (or 0xD6C037) is known color: Wattle. HEX triplet: D6, C0 and 37. RGB value is (214,192,55). Sum of RGB (Red+Green+Blue) = 214+192+55=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C037 is #293FC8. Grayscale: #B7B7B7. Windows color (decimal): -2703305 or 3653846. OLE color: 3653846.

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

Color convert

RGB 214 192 55 -
CMYK 0 0.10 0.74 0.16
HSL 51.7º 0.66% 0.53% -
HSV(B) 51.7º 0.74% 0.84% -
XYZ 47.27 52.27 11.21 -
YUV 182.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 214 192 55 0 0.10 0.74 0.16 51.7 0.66 0.53
Hex D6 C0 37 0 A 4A 10 34 42 35
Octal 326 300 67 0 12 112 20 64 102 65
Binary 11010110 11000000 110111 0 1010 1001010 10000 110100 1000010 110101

Color Harmonies of #D6C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C037

Black with #D6C037

Text Example


Text Example

White with #D6C037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C037; }

 p { color: rgb(214,192,55); }

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

background-color css

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

 a { background-color: rgb(214,192,55); }

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

border-color css

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

 span { border-color: rgb(214,192,55); }

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