Html Css Color HEX #D6C936 Wattle

📋 copy color: '#D6C936'

red 214 ◦ green 201 ◦ blue 54

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

Shades of Wattle #D6C936

Tints of Wattle #D6C936

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 45.63%
G = 42.86%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6C936 (or 0xD6C936) is known color: Wattle. HEX triplet: D6, C9 and 36. RGB value is (214,201,54). Sum of RGB (Red+Green+Blue) = 214+201+54=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C936 is #2936C9. Grayscale: #BCBCBC. Windows color (decimal): -2701002 or 3590614. OLE color: 3590614.

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

Color convert

RGB 214 201 54 -
CMYK 0 0.06 0.75 0.16
HSL 55.13º 0.66% 0.53% -
HSV(B) 55.13º 0.75% 0.84% -
XYZ 49.28 56.34 11.77 -
YUV 188.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 214 201 54 0 0.06 0.75 0.16 55.13 0.66 0.53
Hex D6 C9 36 0 6 4B 10 37 42 35
Octal 326 311 66 0 6 113 20 67 102 65
Binary 11010110 11001001 110110 0 110 1001011 10000 110111 1000010 110101

Color Harmonies of #D6C936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C936

Black with #D6C936

Text Example


Text Example

White with #D6C936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C936; }

 p { color: rgb(214,201,54); }

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

background-color css

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

 a { background-color: rgb(214,201,54); }

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

border-color css

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

 span { border-color: rgb(214,201,54); }

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