Html Css Color HEX #D6CE37 Wattle

📋 copy color: '#D6CE37'

red 214 ◦ green 206 ◦ blue 55

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

Shades of Wattle #D6CE37

Tints of Wattle #D6CE37

RGB

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

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

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

R = 45.05%
G = 43.37%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6CE37 (or 0xD6CE37) is known color: Wattle. HEX triplet: D6, CE and 37. RGB value is (214,206,55). Sum of RGB (Red+Green+Blue) = 214+206+55=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE37 is #2931C8. Grayscale: #BFBFBF. Windows color (decimal): -2699721 or 3657430. OLE color: 3657430.

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

Color convert

RGB 214 206 55 -
CMYK 0 0.04 0.74 0.16
HSL 56.98º 0.66% 0.53% -
HSV(B) 56.98º 0.74% 0.84% -
XYZ 50.49 58.71 12.29 -
YUV 191.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 214 206 55 0 0.04 0.74 0.16 56.98 0.66 0.53
Hex D6 CE 37 0 4 4A 10 39 42 35
Octal 326 316 67 0 4 112 20 71 102 65
Binary 11010110 11001110 110111 0 100 1001010 10000 111001 1000010 110101

Color Harmonies of #D6CE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE37

Black with #D6CE37

Text Example


Text Example

White with #D6CE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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