Html Css Color HEX #D2D253 Manz

📋 copy color: '#D2D253'

red 210 ◦ green 210 ◦ blue 83

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

Shades of Manz #D2D253

Tints of Manz #D2D253

RGB

 RED value IS 210 (82.42% from 255) = 41.75%

 GREEN value IS 210 (82.42% from 255) = 41.75%

 BLUE value IS 83 (32.81% from 255) = 16.5%

R = 41.75%
G = 41.75%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D2D253 (or 0xD2D253) is known color: Manz. HEX triplet: D2, D2 and 53. RGB value is (210,210,83). Sum of RGB (Red+Green+Blue) = 210+210+83=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D253 is #2D2DAC. Grayscale: #C4C4C4. Windows color (decimal): -2960813 or 5493458. OLE color: 5493458.

HSL color Cylindrical-coordinate representation of color #D2D253: hue angle of 60º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2D253 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 210 83 -
CMYK 0 0 0.60 0.18
HSL 60º 0.59% 0.57% -
HSV(B) 60º 0.6% 0.82% -
XYZ 51.19 60.42 17.15 -
YUV 195.52 64.5 138.33 -
System Red Green Blue C M Y K H S L
Decimal 210 210 83 0 0 0.60 0.18 60 0.59 0.57
Hex D2 D2 53 0 0 3C 12 3C 3B 39
Octal 322 322 123 0 0 74 22 74 73 71
Binary 11010010 11010010 1010011 0 0 111100 10010 111100 111011 111001

Color Harmonies of #D2D253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D253

Black with #D2D253

Text Example


Text Example

White with #D2D253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D253; }

 p { color: rgb(210,210,83); }

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

background-color css

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

 a { background-color: rgb(210,210,83); }

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

border-color css

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

 span { border-color: rgb(210,210,83); }

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