Html Css Color HEX #D5C032 Wattle

📋 copy color: '#D5C032'

red 213 ◦ green 192 ◦ blue 50

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

Shades of Wattle #D5C032

Tints of Wattle #D5C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

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

R = 46.81%
G = 42.2%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5C032 (or 0xD5C032) is known color: Wattle. HEX triplet: D5, C0 and 32. RGB value is (213,192,50). Sum of RGB (Red+Green+Blue) = 213+192+50=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C032 is #2A3FCD. Grayscale: #B6B6B6. Windows color (decimal): -2768846 or 3326165. OLE color: 3326165.

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

Color convert

RGB 213 192 50 -
CMYK 0 0.10 0.77 0.16
HSL 52.27º 0.66% 0.52% -
HSV(B) 52.27º 0.77% 0.84% -
XYZ 46.87 52.08 10.6 -
YUV 182.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 213 192 50 0 0.10 0.77 0.16 52.27 0.66 0.52
Hex D5 C0 32 0 A 4D 10 34 42 34
Octal 325 300 62 0 12 115 20 64 102 64
Binary 11010101 11000000 110010 0 1010 1001101 10000 110100 1000010 110100

Color Harmonies of #D5C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C032

Black with #D5C032

Text Example


Text Example

White with #D5C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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