Html Css Color HEX #D6CE36 Wattle

📋 copy color: '#D6CE36'

red 214 ◦ green 206 ◦ blue 54

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

Shades of Wattle #D6CE36

Tints of Wattle #D6CE36

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.46%

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

R = 45.15%
G = 43.46%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D6CE36 (or 0xD6CE36) is known color: Wattle. HEX triplet: D6, CE and 36. RGB value is (214,206,54). Sum of RGB (Red+Green+Blue) = 214+206+54=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE36 is #2931C9. Grayscale: #BFBFBF. Windows color (decimal): -2699722 or 3591894. OLE color: 3591894.

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

Color convert

RGB 214 206 54 -
CMYK 0 0.04 0.75 0.16
HSL 57º 0.66% 0.53% -
HSV(B) 57º 0.75% 0.84% -
XYZ 50.47 58.71 12.16 -
YUV 191.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 214 206 54 0 0.04 0.75 0.16 57 0.66 0.53
Hex D6 CE 36 0 4 4B 10 39 42 35
Octal 326 316 66 0 4 113 20 71 102 65
Binary 11010110 11001110 110110 0 100 1001011 10000 111001 1000010 110101

Color Harmonies of #D6CE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE36

Black with #D6CE36

Text Example


Text Example

White with #D6CE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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