Html Css Color HEX #D0D149 Wattle

📋 copy color: '#D0D149'

red 208 ◦ green 209 ◦ blue 73

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

Shades of Wattle #D0D149

Tints of Wattle #D0D149

RGB

 RED value IS 208 (81.64% from 255) = 42.45%

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

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

R = 42.45%
G = 42.65%
B = 14.9%

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

#D0D149 (or 0xD0D149) is known color: Wattle. HEX triplet: D0, D1 and 49. RGB value is (208,209,73). Sum of RGB (Red+Green+Blue) = 208+209+73=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D149 is #2F2EB6. Grayscale: #C1C1C1. Windows color (decimal): -3092151 or 4837840. OLE color: 4837840.

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

Color convert

RGB 208 209 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.02 59.49 15.15 -
YUV 193.2 60.17 138.56 -
System Red Green Blue C M Y K H S L
Decimal 208 209 73 0.00 0 0.65 0.18 60.44 0.6 0.55
Hex D0 D1 49 0 0 41 12 3C 3C 37
Octal 320 321 111 0 0 101 22 74 74 67
Binary 11010000 11010001 1001001 0 0 1000001 10010 111100 111100 110111

Color Harmonies of #D0D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D149

Black with #D0D149

Text Example


Text Example

White with #D0D149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D149; }

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

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

background-color css

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

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

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

border-color css

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

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

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