Html Css Color HEX #D2D75B Manz

📋 copy color: '#D2D75B'

red 210 ◦ green 215 ◦ blue 91

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

Shades of Manz #D2D75B

Tints of Manz #D2D75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 40.7%
G = 41.67%
B = 17.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D2D75B (or 0xD2D75B) is known color: Manz. HEX triplet: D2, D7 and 5B. RGB value is (210,215,91). Sum of RGB (Red+Green+Blue) = 210+215+91=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D75B is #2D28A4. Grayscale: #C7C7C7. Windows color (decimal): -2959525 or 6019026. OLE color: 6019026.

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

Color convert

RGB 210 215 91 -
CMYK 0.02 0 0.58 0.16
HSL 62.42º 0.61% 0.6% -
HSV(B) 62.42º 0.58% 0.84% -
XYZ 52.77 63.06 19.29 -
YUV 199.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 210 215 91 0.02 0 0.58 0.16 62.42 0.61 0.6
Hex D2 D7 5B 2 0 3A 10 3E 3D 3C
Octal 322 327 133 2 0 72 20 76 75 74
Binary 11010010 11010111 1011011 10 0 111010 10000 111110 111101 111100

Color Harmonies of #D2D75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D75B

Black with #D2D75B

Text Example


Text Example

White with #D2D75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D75B; }

 p { color: rgb(210,215,91); }

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

background-color css

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

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

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

border-color css

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

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

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