Html Css Color HEX #D2D149 Wattle

📋 copy color: '#D2D149'

red 210 ◦ green 209 ◦ blue 73

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

Shades of Wattle #D2D149

Tints of Wattle #D2D149

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #D2D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D149

Black with #D2D149

Text Example


Text Example

White with #D2D149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D149; }

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

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

background-color css

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

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

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

border-color css

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

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

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