Html Css Color HEX #D1D249 Wattle

📋 copy color: '#D1D249'

red 209 ◦ green 210 ◦ blue 73

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

Shades of Wattle #D1D249

Tints of Wattle #D1D249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

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

R = 42.48%
G = 42.68%
B = 14.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1D249 (or 0xD1D249) is known color: Wattle. HEX triplet: D1, D2 and 49. RGB value is (209,210,73). Sum of RGB (Red+Green+Blue) = 209+210+73=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D249 is #2E2DB6. Grayscale: #C2C2C2. Windows color (decimal): -3026359 or 4838097. OLE color: 4838097.

HSL color Cylindrical-coordinate representation of color #D1D249: hue angle of 60.44º 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 #D1D249 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 210 73 -
CMYK 0.00 0 0.65 0.18
HSL 60.44º 0.6% 0.55% -
HSV(B) 60.44º 0.65% 0.82% -
XYZ 50.54 60.13 15.25 -
YUV 194.08 59.67 138.64 -
System Red Green Blue C M Y K H S L
Decimal 209 210 73 0.00 0 0.65 0.18 60.44 0.6 0.55
Hex D1 D2 49 0 0 41 12 3C 3C 37
Octal 321 322 111 0 0 101 22 74 74 67
Binary 11010001 11010010 1001001 0 0 1000001 10010 111100 111100 110111

Color Harmonies of #D1D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D249

Black with #D1D249

Text Example


Text Example

White with #D1D249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D249; }

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

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

background-color css

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

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

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

border-color css

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

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

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