Html Css Color HEX #D2CF58 Manz

📋 copy color: '#D2CF58'

red 210 ◦ green 207 ◦ blue 88

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

Shades of Manz #D2CF58

Tints of Manz #D2CF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.43%

R = 41.58%
G = 40.99%
B = 17.43%

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

#D2CF58 (or 0xD2CF58) is known color: Manz. HEX triplet: D2, CF and 58. RGB value is (210,207,88). Sum of RGB (Red+Green+Blue) = 210+207+88=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF58 is #2D30A7. Grayscale: #C2C2C2. Windows color (decimal): -2961576 or 5820370. OLE color: 5820370.

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

Color convert

RGB 210 207 88 -
CMYK 0 0.01 0.58 0.18
HSL 58.52º 0.58% 0.58% -
HSV(B) 58.52º 0.58% 0.82% -
XYZ 50.65 59.03 17.96 -
YUV 194.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 210 207 88 0 0.01 0.58 0.18 58.52 0.58 0.58
Hex D2 CF 58 0 1 3A 12 3B 3A 3A
Octal 322 317 130 0 1 72 22 73 72 72
Binary 11010010 11001111 1011000 0 1 111010 10010 111011 111010 111010

Color Harmonies of #D2CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF58

Black with #D2CF58

Text Example


Text Example

White with #D2CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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