Html Css Color HEX #D5CD37 Wattle

📋 copy color: '#D5CD37'

red 213 ◦ green 205 ◦ blue 55

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

Shades of Wattle #D5CD37

Tints of Wattle #D5CD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 45.03%
G = 43.34%
B = 11.63%

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

#D5CD37 (or 0xD5CD37) is known color: Wattle. HEX triplet: D5, CD and 37. RGB value is (213,205,55). Sum of RGB (Red+Green+Blue) = 213+205+55=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD37 is #2A32C8. Grayscale: #BEBEBE. Windows color (decimal): -2765513 or 3657173. OLE color: 3657173.

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

Color convert

RGB 213 205 55 -
CMYK 0 0.04 0.74 0.16
HSL 56.96º 0.65% 0.53% -
HSV(B) 56.96º 0.74% 0.84% -
XYZ 49.96 58.08 12.19 -
YUV 190.29 51.65 144.2 -
System Red Green Blue C M Y K H S L
Decimal 213 205 55 0 0.04 0.74 0.16 56.96 0.65 0.53
Hex D5 CD 37 0 4 4A 10 39 41 35
Octal 325 315 67 0 4 112 20 71 101 65
Binary 11010101 11001101 110111 0 100 1001010 10000 111001 1000001 110101

Color Harmonies of #D5CD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD37

Black with #D5CD37

Text Example


Text Example

White with #D5CD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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