Html Css Color HEX #D3C032 Wattle

📋 copy color: '#D3C032'

red 211 ◦ green 192 ◦ blue 50

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

Shades of Wattle #D3C032

Tints of Wattle #D3C032

RGB

 RED value IS 211 (82.81% from 255) = 46.58%

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

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

R = 46.58%
G = 42.38%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D3C032 (or 0xD3C032) is known color: Wattle. HEX triplet: D3, C0 and 32. RGB value is (211,192,50). Sum of RGB (Red+Green+Blue) = 211+192+50=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C032 is #2C3FCD. Grayscale: #B6B6B6. Windows color (decimal): -2899918 or 3326163. OLE color: 3326163.

HSL color Cylindrical-coordinate representation of color #D3C032: hue angle of 52.92º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3C032 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 192 50 -
CMYK 0 0.09 0.76 0.17
HSL 52.92º 0.65% 0.51% -
HSV(B) 52.92º 0.76% 0.83% -
XYZ 46.29 51.78 10.57 -
YUV 181.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 211 192 50 0 0.09 0.76 0.17 52.92 0.65 0.51
Hex D3 C0 32 0 9 4C 11 35 41 33
Octal 323 300 62 0 11 114 21 65 101 63
Binary 11010011 11000000 110010 0 1001 1001100 10001 110101 1000001 110011

Color Harmonies of #D3C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C032

Black with #D3C032

Text Example


Text Example

White with #D3C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C032; }

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

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

background-color css

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

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

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

border-color css

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

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

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