Html Css Color HEX #D5CD32 Wattle

📋 copy color: '#D5CD32'

red 213 ◦ green 205 ◦ blue 50

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

Shades of Wattle #D5CD32

Tints of Wattle #D5CD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 45.51%
G = 43.8%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5CD32 (or 0xD5CD32) is known color: Wattle. HEX triplet: D5, CD and 32. RGB value is (213,205,50). Sum of RGB (Red+Green+Blue) = 213+205+50=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD32 is #2A32CD. Grayscale: #BEBEBE. Windows color (decimal): -2765518 or 3329493. OLE color: 3329493.

HSL color Cylindrical-coordinate representation of color #D5CD32: hue angle of 57.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5CD32 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 50 -
CMYK 0 0.04 0.77 0.16
HSL 57.06º 0.66% 0.52% -
HSV(B) 57.06º 0.77% 0.84% -
XYZ 49.85 58.04 11.59 -
YUV 189.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 213 205 50 0 0.04 0.77 0.16 57.06 0.66 0.52
Hex D5 CD 32 0 4 4D 10 39 42 34
Octal 325 315 62 0 4 115 20 71 102 64
Binary 11010101 11001101 110010 0 100 1001101 10000 111001 1000010 110100

Color Harmonies of #D5CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD32

Black with #D5CD32

Text Example


Text Example

White with #D5CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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