Html Css Color HEX #D2CF59 Manz

📋 copy color: '#D2CF59'

red 210 ◦ green 207 ◦ blue 89

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

Shades of Manz #D2CF59

Tints of Manz #D2CF59

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.91%

 BLUE value IS 89 (35.16% from 255) = 17.59%

R = 41.5%
G = 40.91%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2CF59 (or 0xD2CF59) is known color: Manz. HEX triplet: D2, CF and 59. RGB value is (210,207,89). Sum of RGB (Red+Green+Blue) = 210+207+89=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF59 is #2D30A6. Grayscale: #C2C2C2. Windows color (decimal): -2961575 or 5885906. OLE color: 5885906.

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

Color convert

RGB 210 207 89 -
CMYK 0 0.01 0.58 0.18
HSL 58.51º 0.57% 0.59% -
HSV(B) 58.51º 0.58% 0.82% -
XYZ 50.69 59.05 18.18 -
YUV 194.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 210 207 89 0 0.01 0.58 0.18 58.51 0.57 0.59
Hex D2 CF 59 0 1 3A 12 3B 39 3B
Octal 322 317 131 0 1 72 22 73 71 73
Binary 11010010 11001111 1011001 0 1 111010 10010 111011 111001 111011

Color Harmonies of #D2CF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF59

Black with #D2CF59

Text Example


Text Example

White with #D2CF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF59; }

 p { color: rgb(210,207,89); }

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

background-color css

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

 a { background-color: rgb(210,207,89); }

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

border-color css

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

 span { border-color: rgb(210,207,89); }

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