Html Css Color HEX #D6C036 Wattle

📋 copy color: '#D6C036'

red 214 ◦ green 192 ◦ blue 54

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

Shades of Wattle #D6C036

Tints of Wattle #D6C036

RGB

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

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

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

R = 46.52%
G = 41.74%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6C036 (or 0xD6C036) is known color: Wattle. HEX triplet: D6, C0 and 36. RGB value is (214,192,54). Sum of RGB (Red+Green+Blue) = 214+192+54=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C036 is #293FC9. Grayscale: #B7B7B7. Windows color (decimal): -2703306 or 3588310. OLE color: 3588310.

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

Color convert

RGB 214 192 54 -
CMYK 0 0.10 0.75 0.16
HSL 51.75º 0.66% 0.53% -
HSV(B) 51.75º 0.75% 0.84% -
XYZ 47.25 52.26 11.09 -
YUV 182.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 214 192 54 0 0.10 0.75 0.16 51.75 0.66 0.53
Hex D6 C0 36 0 A 4B 10 34 42 35
Octal 326 300 66 0 12 113 20 64 102 65
Binary 11010110 11000000 110110 0 1010 1001011 10000 110100 1000010 110101

Color Harmonies of #D6C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C036

Black with #D6C036

Text Example


Text Example

White with #D6C036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C036; }

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

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

background-color css

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

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

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

border-color css

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

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

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