Html Css Color HEX #D0D549 Wattle

📋 copy color: '#D0D549'

red 208 ◦ green 213 ◦ blue 73

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

Shades of Wattle #D0D549

Tints of Wattle #D0D549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

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

R = 42.11%
G = 43.12%
B = 14.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D0D549 (or 0xD0D549) is known color: Wattle. HEX triplet: D0, D5 and 49. RGB value is (208,213,73). Sum of RGB (Red+Green+Blue) = 208+213+73=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D549 is #2F2AB6. Grayscale: #C4C4C4. Windows color (decimal): -3091127 or 4838864. OLE color: 4838864.

HSL color Cylindrical-coordinate representation of color #D0D549: hue angle of 62.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0D549 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 73 -
CMYK 0.02 0 0.66 0.16
HSL 62.14º 0.63% 0.56% -
HSV(B) 62.14º 0.66% 0.84% -
XYZ 51.01 61.48 15.48 -
YUV 195.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 208 213 73 0.02 0 0.66 0.16 62.14 0.63 0.56
Hex D0 D5 49 2 0 42 10 3E 3E 38
Octal 320 325 111 2 0 102 20 76 76 70
Binary 11010000 11010101 1001001 10 0 1000010 10000 111110 111110 111000

Color Harmonies of #D0D549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D549

Black with #D0D549

Text Example


Text Example

White with #D0D549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D549; }

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

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

background-color css

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

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

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

border-color css

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

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

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