Html Css Color HEX #D2D849 Wattle

📋 copy color: '#D2D849'

red 210 ◦ green 216 ◦ blue 73

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

Shades of Wattle #D2D849

Tints of Wattle #D2D849

RGB

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

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

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

R = 42.08%
G = 43.29%
B = 14.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D2D849 (or 0xD2D849) is known color: Wattle. HEX triplet: D2, D8 and 49. RGB value is (210,216,73). Sum of RGB (Red+Green+Blue) = 210+216+73=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D849 is #2D27B6. Grayscale: #C6C6C6. Windows color (decimal): -2959287 or 4839634. OLE color: 4839634.

HSL color Cylindrical-coordinate representation of color #D2D849: hue angle of 62.52º 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 #D2D849 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 73 -
CMYK 0.03 0 0.66 0.15
HSL 62.52º 0.65% 0.57% -
HSV(B) 62.52º 0.66% 0.85% -
XYZ 52.34 63.29 15.76 -
YUV 197.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 210 216 73 0.03 0 0.66 0.15 62.52 0.65 0.57
Hex D2 D8 49 3 0 42 F 3F 41 39
Octal 322 330 111 3 0 102 17 77 101 71
Binary 11010010 11011000 1001001 11 0 1000010 1111 111111 1000001 111001

Color Harmonies of #D2D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D849

Black with #D2D849

Text Example


Text Example

White with #D2D849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D849; }

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

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

background-color css

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

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

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

border-color css

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

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

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