Html Css Color HEX #D0D552 Manz

📋 copy color: '#D0D552'

red 208 ◦ green 213 ◦ blue 82

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

Shades of Manz #D0D552

Tints of Manz #D0D552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.3%

R = 41.35%
G = 42.35%
B = 16.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D0D552 (or 0xD0D552) is known color: Manz. HEX triplet: D0, D5 and 52. RGB value is (208,213,82). Sum of RGB (Red+Green+Blue) = 208+213+82=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D552 is #2F2AAD. Grayscale: #C5C5C5. Windows color (decimal): -3091118 or 5428688. OLE color: 5428688.

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

Color convert

RGB 208 213 82 -
CMYK 0.02 0 0.62 0.16
HSL 62.29º 0.61% 0.58% -
HSV(B) 62.29º 0.62% 0.84% -
XYZ 51.33 61.61 17.17 -
YUV 196.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 208 213 82 0.02 0 0.62 0.16 62.29 0.61 0.58
Hex D0 D5 52 2 0 3E 10 3E 3D 3A
Octal 320 325 122 2 0 76 20 76 75 72
Binary 11010000 11010101 1010010 10 0 111110 10000 111110 111101 111010

Color Harmonies of #D0D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D552

Black with #D0D552

Text Example


Text Example

White with #D0D552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D552; }

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

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

background-color css

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

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

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

border-color css

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

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

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