Html Css Color HEX #D6C136 Wattle

📋 copy color: '#D6C136'

red 214 ◦ green 193 ◦ blue 54

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

Shades of Wattle #D6C136

Tints of Wattle #D6C136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

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

R = 46.42%
G = 41.87%
B = 11.71%

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

#D6C136 (or 0xD6C136) is known color: Wattle. HEX triplet: D6, C1 and 36. RGB value is (214,193,54). Sum of RGB (Red+Green+Blue) = 214+193+54=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C136 is #293EC9. Grayscale: #B8B8B8. Windows color (decimal): -2703050 or 3588566. OLE color: 3588566.

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

Color convert

RGB 214 193 54 -
CMYK 0 0.10 0.75 0.16
HSL 52.13º 0.66% 0.53% -
HSV(B) 52.13º 0.75% 0.84% -
XYZ 47.47 52.7 11.16 -
YUV 183.43 54.96 149.8 -
System Red Green Blue C M Y K H S L
Decimal 214 193 54 0 0.10 0.75 0.16 52.13 0.66 0.53
Hex D6 C1 36 0 A 4B 10 34 42 35
Octal 326 301 66 0 12 113 20 64 102 65
Binary 11010110 11000001 110110 0 1010 1001011 10000 110100 1000010 110101

Color Harmonies of #D6C136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C136

Black with #D6C136

Text Example


Text Example

White with #D6C136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C136; }

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

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

background-color css

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

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

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

border-color css

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

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

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