Html Css Color HEX #D2CF57 Manz

📋 copy color: '#D2CF57'

red 210 ◦ green 207 ◦ blue 87

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

Shades of Manz #D2CF57

Tints of Manz #D2CF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.26%

R = 41.67%
G = 41.07%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D2CF57 (or 0xD2CF57) is known color: Manz. HEX triplet: D2, CF and 57. RGB value is (210,207,87). Sum of RGB (Red+Green+Blue) = 210+207+87=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF57 is #2D30A8. Grayscale: #C2C2C2. Windows color (decimal): -2961577 or 5754834. OLE color: 5754834.

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

Color convert

RGB 210 207 87 -
CMYK 0 0.01 0.59 0.18
HSL 58.54º 0.58% 0.58% -
HSV(B) 58.54º 0.59% 0.82% -
XYZ 50.61 59.02 17.74 -
YUV 194.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 210 207 87 0 0.01 0.59 0.18 58.54 0.58 0.58
Hex D2 CF 57 0 1 3B 12 3B 3A 3A
Octal 322 317 127 0 1 73 22 73 72 72
Binary 11010010 11001111 1010111 0 1 111011 10010 111011 111010 111010

Color Harmonies of #D2CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF57

Black with #D2CF57

Text Example


Text Example

White with #D2CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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