Html Css Color HEX #D6CC37 Wattle

📋 copy color: '#D6CC37'

red 214 ◦ green 204 ◦ blue 55

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

Shades of Wattle #D6CC37

Tints of Wattle #D6CC37

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.13%

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

R = 45.24%
G = 43.13%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6CC37 (or 0xD6CC37) is known color: Wattle. HEX triplet: D6, CC and 37. RGB value is (214,204,55). Sum of RGB (Red+Green+Blue) = 214+204+55=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC37 is #2933C8. Grayscale: #BEBEBE. Windows color (decimal): -2700233 or 3656918. OLE color: 3656918.

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

Color convert

RGB 214 204 55 -
CMYK 0 0.05 0.74 0.16
HSL 56.23º 0.66% 0.53% -
HSV(B) 56.23º 0.74% 0.84% -
XYZ 50.01 57.76 12.13 -
YUV 190 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 214 204 55 0 0.05 0.74 0.16 56.23 0.66 0.53
Hex D6 CC 37 0 5 4A 10 38 42 35
Octal 326 314 67 0 5 112 20 70 102 65
Binary 11010110 11001100 110111 0 101 1001010 10000 111000 1000010 110101

Color Harmonies of #D6CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC37

Black with #D6CC37

Text Example


Text Example

White with #D6CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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