Html Css Color HEX #D0D546 Wattle

📋 copy color: '#D0D546'

red 208 ◦ green 213 ◦ blue 70

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

Shades of Wattle #D0D546

Tints of Wattle #D0D546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 42.36%
G = 43.38%
B = 14.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D0D546 (or 0xD0D546) is known color: Wattle. HEX triplet: D0, D5 and 46. RGB value is (208,213,70). Sum of RGB (Red+Green+Blue) = 208+213+70=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D546 is #2F2AB9. Grayscale: #C3C3C3. Windows color (decimal): -3091130 or 4642256. OLE color: 4642256.

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

Color convert

RGB 208 213 70 -
CMYK 0.02 0 0.67 0.16
HSL 62.1º 0.63% 0.55% -
HSV(B) 62.1º 0.67% 0.84% -
XYZ 50.91 61.44 14.97 -
YUV 195.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 208 213 70 0.02 0 0.67 0.16 62.1 0.63 0.55
Hex D0 D5 46 2 0 43 10 3E 3F 37
Octal 320 325 106 2 0 103 20 76 77 67
Binary 11010000 11010101 1000110 10 0 1000011 10000 111110 111111 110111

Color Harmonies of #D0D546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D546

Black with #D0D546

Text Example


Text Example

White with #D0D546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D546; }

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

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

background-color css

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

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

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

border-color css

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

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

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