Html Css Color HEX #D3C131 Wattle

📋 copy color: '#D3C131'

red 211 ◦ green 193 ◦ blue 49

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

Shades of Wattle #D3C131

Tints of Wattle #D3C131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 46.58%
G = 42.6%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D3C131 (or 0xD3C131) is known color: Wattle. HEX triplet: D3, C1 and 31. RGB value is (211,193,49). Sum of RGB (Red+Green+Blue) = 211+193+49=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C131 is #2C3ECE. Grayscale: #B6B6B6. Windows color (decimal): -2899663 or 3260883. OLE color: 3260883.

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

Color convert

RGB 211 193 49 -
CMYK 0 0.09 0.77 0.17
HSL 53.33º 0.65% 0.51% -
HSV(B) 53.33º 0.77% 0.83% -
XYZ 46.49 52.21 10.53 -
YUV 181.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 211 193 49 0 0.09 0.77 0.17 53.33 0.65 0.51
Hex D3 C1 31 0 9 4D 11 35 41 33
Octal 323 301 61 0 11 115 21 65 101 63
Binary 11010011 11000001 110001 0 1001 1001101 10001 110101 1000001 110011

Color Harmonies of #D3C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C131

Black with #D3C131

Text Example


Text Example

White with #D3C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C131; }

 p { color: rgb(211,193,49); }

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

background-color css

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

 a { background-color: rgb(211,193,49); }

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

border-color css

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

 span { border-color: rgb(211,193,49); }

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