Html Css Color HEX #D3D849 Wattle

📋 copy color: '#D3D849'

red 211 ◦ green 216 ◦ blue 73

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

Shades of Wattle #D3D849

Tints of Wattle #D3D849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

 BLUE value IS 73 (28.91% from 255) = 14.6%

R = 42.2%
G = 43.2%
B = 14.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D3D849 (or 0xD3D849) is known color: Wattle. HEX triplet: D3, D8 and 49. RGB value is (211,216,73). Sum of RGB (Red+Green+Blue) = 211+216+73=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D849 is #2C27B6. Grayscale: #C6C6C6. Windows color (decimal): -2893751 or 4839635. OLE color: 4839635.

HSL color Cylindrical-coordinate representation of color #D3D849: hue angle of 62.1º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3D849 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 216 73 -
CMYK 0.02 0 0.66 0.15
HSL 62.1º 0.65% 0.57% -
HSV(B) 62.1º 0.66% 0.85% -
XYZ 52.62 63.44 15.78 -
YUV 198.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 211 216 73 0.02 0 0.66 0.15 62.1 0.65 0.57
Hex D3 D8 49 2 0 42 F 3E 41 39
Octal 323 330 111 2 0 102 17 76 101 71
Binary 11010011 11011000 1001001 10 0 1000010 1111 111110 1000001 111001

Color Harmonies of #D3D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D849

Black with #D3D849

Text Example


Text Example

White with #D3D849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D849; }

 p { color: rgb(211,216,73); }

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

background-color css

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

 a { background-color: rgb(211,216,73); }

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

border-color css

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

 span { border-color: rgb(211,216,73); }

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