Html Css Color HEX #D5CD40 Wattle

📋 copy color: '#D5CD40'

red 213 ◦ green 205 ◦ blue 64

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

Shades of Wattle #D5CD40

Tints of Wattle #D5CD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 44.19%
G = 42.53%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5CD40 (or 0xD5CD40) is known color: Wattle. HEX triplet: D5, CD and 40. RGB value is (213,205,64). Sum of RGB (Red+Green+Blue) = 213+205+64=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD40 is #2A32BF. Grayscale: #BFBFBF. Windows color (decimal): -2765504 or 4246997. OLE color: 4246997.

HSL color Cylindrical-coordinate representation of color #D5CD40: hue angle of 56.78º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5CD40 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 64 -
CMYK 0 0.04 0.70 0.16
HSL 56.78º 0.64% 0.54% -
HSV(B) 56.78º 0.7% 0.84% -
XYZ 50.2 58.18 13.43 -
YUV 191.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 213 205 64 0 0.04 0.70 0.16 56.78 0.64 0.54
Hex D5 CD 40 0 4 46 10 39 40 36
Octal 325 315 100 0 4 106 20 71 100 66
Binary 11010101 11001101 1000000 0 100 1000110 10000 111001 1000000 110110

Color Harmonies of #D5CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD40

Black with #D5CD40

Text Example


Text Example

White with #D5CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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