Html Css Color HEX #D5CC32 Wattle

📋 copy color: '#D5CC32'

red 213 ◦ green 204 ◦ blue 50

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

Shades of Wattle #D5CC32

Tints of Wattle #D5CC32

RGB

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

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

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

R = 45.61%
G = 43.68%
B = 10.71%

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

#D5CC32 (or 0xD5CC32) is known color: Wattle. HEX triplet: D5, CC and 32. RGB value is (213,204,50). Sum of RGB (Red+Green+Blue) = 213+204+50=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC32 is #2A33CD. Grayscale: #BDBDBD. Windows color (decimal): -2765774 or 3329237. OLE color: 3329237.

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

Color convert

RGB 213 204 50 -
CMYK 0 0.04 0.77 0.16
HSL 56.69º 0.66% 0.52% -
HSV(B) 56.69º 0.77% 0.84% -
XYZ 49.61 57.56 11.51 -
YUV 189.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 213 204 50 0 0.04 0.77 0.16 56.69 0.66 0.52
Hex D5 CC 32 0 4 4D 10 39 42 34
Octal 325 314 62 0 4 115 20 71 102 64
Binary 11010101 11001100 110010 0 100 1001101 10000 111001 1000010 110100

Color Harmonies of #D5CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC32

Black with #D5CC32

Text Example


Text Example

White with #D5CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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