Html Css Color HEX #D1D149 Wattle

📋 copy color: '#D1D149'

red 209 ◦ green 209 ◦ blue 73

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

Shades of Wattle #D1D149

Tints of Wattle #D1D149

RGB

 RED value IS 209 (82.03% from 255) = 42.57%

 GREEN value IS 209 (82.03% from 255) = 42.57%

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

R = 42.57%
G = 42.57%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1D149 (or 0xD1D149) is known color: Wattle. HEX triplet: D1, D1 and 49. RGB value is (209,209,73). Sum of RGB (Red+Green+Blue) = 209+209+73=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D149 is #2E2EB6. Grayscale: #C2C2C2. Windows color (decimal): -3026615 or 4837841. OLE color: 4837841.

HSL color Cylindrical-coordinate representation of color #D1D149: hue angle of 60º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1D149 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 209 73 -
CMYK 0 0 0.65 0.18
HSL 60º 0.6% 0.55% -
HSV(B) 60º 0.65% 0.82% -
XYZ 50.3 59.64 15.16 -
YUV 193.5 60 139.06 -
System Red Green Blue C M Y K H S L
Decimal 209 209 73 0 0 0.65 0.18 60 0.6 0.55
Hex D1 D1 49 0 0 41 12 3C 3C 37
Octal 321 321 111 0 0 101 22 74 74 67
Binary 11010001 11010001 1001001 0 0 1000001 10010 111100 111100 110111

Color Harmonies of #D1D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D149

Black with #D1D149

Text Example


Text Example

White with #D1D149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D149; }

 p { color: rgb(209,209,73); }

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

background-color css

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

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

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

border-color css

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

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

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