Html Css Color HEX #D3CD5A Manz

📋 copy color: '#D3CD5A'

red 211 ◦ green 205 ◦ blue 90

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

Shades of Manz #D3CD5A

Tints of Manz #D3CD5A

RGB

 RED value IS 211 (82.81% from 255) = 41.7%

 GREEN value IS 205 (80.47% from 255) = 40.51%

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

R = 41.7%
G = 40.51%
B = 17.79%

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

#D3CD5A (or 0xD3CD5A) is known color: Manz. HEX triplet: D3, CD and 5A. RGB value is (211,205,90). Sum of RGB (Red+Green+Blue) = 211+205+90=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD5A is #2C32A5. Grayscale: #C2C2C2. Windows color (decimal): -2896550 or 5950931. OLE color: 5950931.

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

Color convert

RGB 211 205 90 -
CMYK 0 0.03 0.57 0.17
HSL 57.02º 0.58% 0.59% -
HSV(B) 57.02º 0.57% 0.83% -
XYZ 50.54 58.25 18.25 -
YUV 193.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 211 205 90 0 0.03 0.57 0.17 57.02 0.58 0.59
Hex D3 CD 5A 0 3 39 11 39 3A 3B
Octal 323 315 132 0 3 71 21 71 72 73
Binary 11010011 11001101 1011010 0 11 111001 10001 111001 111010 111011

Color Harmonies of #D3CD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CD5A

Black with #D3CD5A

Text Example


Text Example

White with #D3CD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CD5A; }

 p { color: rgb(211,205,90); }

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

background-color css

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

 a { background-color: rgb(211,205,90); }

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

border-color css

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

 span { border-color: rgb(211,205,90); }

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