Html Css Color HEX #D6CC5A Manz

📋 copy color: '#D6CC5A'

red 214 ◦ green 204 ◦ blue 90

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

Shades of Manz #D6CC5A

Tints of Manz #D6CC5A

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 42.13%
G = 40.16%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6CC5A (or 0xD6CC5A) is known color: Manz. HEX triplet: D6, CC and 5A. RGB value is (214,204,90). Sum of RGB (Red+Green+Blue) = 214+204+90=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC5A is #2933A5. Grayscale: #C2C2C2. Windows color (decimal): -2700198 or 5950678. OLE color: 5950678.

HSL color Cylindrical-coordinate representation of color #D6CC5A: hue angle of 55.16º degrees, saturation: 0.6, 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 #D6CC5A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 90 -
CMYK 0 0.05 0.58 0.16
HSL 55.16º 0.6% 0.6% -
HSV(B) 55.16º 0.58% 0.84% -
XYZ 51.17 58.22 18.21 -
YUV 193.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 214 204 90 0 0.05 0.58 0.16 55.16 0.6 0.6
Hex D6 CC 5A 0 5 3A 10 37 3C 3C
Octal 326 314 132 0 5 72 20 67 74 74
Binary 11010110 11001100 1011010 0 101 111010 10000 110111 111100 111100

Color Harmonies of #D6CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC5A

Black with #D6CC5A

Text Example


Text Example

White with #D6CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC5A; }

 p { color: rgb(214,204,90); }

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

background-color css

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

 a { background-color: rgb(214,204,90); }

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

border-color css

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

 span { border-color: rgb(214,204,90); }

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