Html Css Color HEX #D4CE5C Manz

📋 copy color: '#D4CE5C'

red 212 ◦ green 206 ◦ blue 92

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

Shades of Manz #D4CE5C

Tints of Manz #D4CE5C

RGB

 RED value IS 212 (83.2% from 255) = 41.57%

 GREEN value IS 206 (80.86% from 255) = 40.39%

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 41.57%
G = 40.39%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4CE5C (or 0xD4CE5C) is known color: Manz. HEX triplet: D4, CE and 5C. RGB value is (212,206,92). Sum of RGB (Red+Green+Blue) = 212+206+92=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE5C is #2B31A3. Grayscale: #C3C3C3. Windows color (decimal): -2830756 or 6082260. OLE color: 6082260.

HSL color Cylindrical-coordinate representation of color #D4CE5C: hue angle of 57º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4CE5C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 206 92 -
CMYK 0 0.03 0.57 0.17
HSL 57º 0.58% 0.6% -
HSV(B) 57º 0.57% 0.83% -
XYZ 51.15 58.91 18.8 -
YUV 194.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 212 206 92 0 0.03 0.57 0.17 57 0.58 0.6
Hex D4 CE 5C 0 3 39 11 39 3A 3C
Octal 324 316 134 0 3 71 21 71 72 74
Binary 11010100 11001110 1011100 0 11 111001 10001 111001 111010 111100

Color Harmonies of #D4CE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CE5C

Black with #D4CE5C

Text Example


Text Example

White with #D4CE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CE5C; }

 p { color: rgb(212,206,92); }

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

background-color css

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

 a { background-color: rgb(212,206,92); }

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

border-color css

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

 span { border-color: rgb(212,206,92); }

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