Html Css Color HEX #D2D949 Wattle

📋 copy color: '#D2D949'

red 210 ◦ green 217 ◦ blue 73

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

Shades of Wattle #D2D949

Tints of Wattle #D2D949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

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

R = 42%
G = 43.4%
B = 14.6%

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

#D2D949 (or 0xD2D949) is known color: Wattle. HEX triplet: D2, D9 and 49. RGB value is (210,217,73). Sum of RGB (Red+Green+Blue) = 210+217+73=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D949 is #2D26B6. Grayscale: #C7C7C7. Windows color (decimal): -2959031 or 4839890. OLE color: 4839890.

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

Color convert

RGB 210 217 73 -
CMYK 0.03 0 0.66 0.15
HSL 62.92º 0.65% 0.57% -
HSV(B) 62.92º 0.66% 0.85% -
XYZ 52.59 63.81 15.85 -
YUV 198.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 210 217 73 0.03 0 0.66 0.15 62.92 0.65 0.57
Hex D2 D9 49 3 0 42 F 3F 41 39
Octal 322 331 111 3 0 102 17 77 101 71
Binary 11010010 11011001 1001001 11 0 1000010 1111 111111 1000001 111001

Color Harmonies of #D2D949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D949

Black with #D2D949

Text Example


Text Example

White with #D2D949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D949; }

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

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

background-color css

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

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

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

border-color css

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

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

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