Html Css Color HEX #D5CC37 Wattle

📋 copy color: '#D5CC37'

red 213 ◦ green 204 ◦ blue 55

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

Shades of Wattle #D5CC37

Tints of Wattle #D5CC37

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

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

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

R = 45.13%
G = 43.22%
B = 11.65%

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

#D5CC37 (or 0xD5CC37) is known color: Wattle. HEX triplet: D5, CC and 37. RGB value is (213,204,55). Sum of RGB (Red+Green+Blue) = 213+204+55=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC37 is #2A33C8. Grayscale: #BEBEBE. Windows color (decimal): -2765769 or 3656917. OLE color: 3656917.

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

Color convert

RGB 213 204 55 -
CMYK 0 0.04 0.74 0.16
HSL 56.58º 0.65% 0.53% -
HSV(B) 56.58º 0.74% 0.84% -
XYZ 49.72 57.61 12.11 -
YUV 189.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 213 204 55 0 0.04 0.74 0.16 56.58 0.65 0.53
Hex D5 CC 37 0 4 4A 10 39 41 35
Octal 325 314 67 0 4 112 20 71 101 65
Binary 11010101 11001100 110111 0 100 1001010 10000 111001 1000001 110101

Color Harmonies of #D5CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC37

Black with #D5CC37

Text Example


Text Example

White with #D5CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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