Html Css Color HEX #D2CC5B Manz

📋 copy color: '#D2CC5B'

red 210 ◦ green 204 ◦ blue 91

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

Shades of Manz #D2CC5B

Tints of Manz #D2CC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

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

R = 41.58%
G = 40.4%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2CC5B (or 0xD2CC5B) is known color: Manz. HEX triplet: D2, CC and 5B. RGB value is (210,204,91). Sum of RGB (Red+Green+Blue) = 210+204+91=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC5B is #2D33A4. Grayscale: #C1C1C1. Windows color (decimal): -2962341 or 6016210. OLE color: 6016210.

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

Color convert

RGB 210 204 91 -
CMYK 0 0.03 0.57 0.18
HSL 56.97º 0.57% 0.59% -
HSV(B) 56.97º 0.57% 0.82% -
XYZ 50.06 57.64 18.39 -
YUV 192.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 210 204 91 0 0.03 0.57 0.18 56.97 0.57 0.59
Hex D2 CC 5B 0 3 39 12 39 39 3B
Octal 322 314 133 0 3 71 22 71 71 73
Binary 11010010 11001100 1011011 0 11 111001 10010 111001 111001 111011

Color Harmonies of #D2CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC5B

Black with #D2CC5B

Text Example


Text Example

White with #D2CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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