Html Css Color HEX #D0D548 Wattle

📋 copy color: '#D0D548'

red 208 ◦ green 213 ◦ blue 72

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

Shades of Wattle #D0D548

Tints of Wattle #D0D548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.6%

R = 42.19%
G = 43.2%
B = 14.6%

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

#D0D548 (or 0xD0D548) is known color: Wattle. HEX triplet: D0, D5 and 48. RGB value is (208,213,72). Sum of RGB (Red+Green+Blue) = 208+213+72=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D548 is #2F2AB7. Grayscale: #C3C3C3. Windows color (decimal): -3091128 or 4773328. OLE color: 4773328.

HSL color Cylindrical-coordinate representation of color #D0D548: hue angle of 62.13º degrees, saturation: 0.63, 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 #D0D548 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 72 -
CMYK 0.02 0 0.66 0.16
HSL 62.13º 0.63% 0.56% -
HSV(B) 62.13º 0.66% 0.84% -
XYZ 50.98 61.47 15.31 -
YUV 195.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 208 213 72 0.02 0 0.66 0.16 62.13 0.63 0.56
Hex D0 D5 48 2 0 42 10 3E 3F 38
Octal 320 325 110 2 0 102 20 76 77 70
Binary 11010000 11010101 1001000 10 0 1000010 10000 111110 111111 111000

Color Harmonies of #D0D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D548

Black with #D0D548

Text Example


Text Example

White with #D0D548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D548; }

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

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

background-color css

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

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

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

border-color css

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

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

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