Html Css Color HEX #DDCF60 Manz

📋 copy color: '#DDCF60'

red 221 ◦ green 207 ◦ blue 96

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

Shades of Manz #DDCF60

Tints of Manz #DDCF60

RGB

 RED value IS 221 (86.72% from 255) = 42.18%

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

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 42.18%
G = 39.5%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDCF60 (or 0xDDCF60) is known color: Manz. HEX triplet: DD, CF and 60. RGB value is (221,207,96). Sum of RGB (Red+Green+Blue) = 221+207+96=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF60 is #22309F. Grayscale: #C6C6C6. Windows color (decimal): -2240672 or 6344669. OLE color: 6344669.

HSL color Cylindrical-coordinate representation of color #DDCF60: hue angle of 53.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDCF60 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 96 -
CMYK 0 0.06 0.57 0.13
HSL 53.28º 0.65% 0.62% -
HSV(B) 53.28º 0.57% 0.87% -
XYZ 54.24 60.84 19.95 -
YUV 198.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 221 207 96 0 0.06 0.57 0.13 53.28 0.65 0.62
Hex DD CF 60 0 6 39 D 35 41 3E
Octal 335 317 140 0 6 71 15 65 101 76
Binary 11011101 11001111 1100000 0 110 111001 1101 110101 1000001 111110

Color Harmonies of #DDCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF60

Black with #DDCF60

Text Example


Text Example

White with #DDCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF60; }

 p { color: rgb(221,207,96); }

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

background-color css

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

 a { background-color: rgb(221,207,96); }

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

border-color css

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

 span { border-color: rgb(221,207,96); }

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