Html Css Color HEX #DFCF5B Manz

📋 copy color: '#DFCF5B'

red 223 ◦ green 207 ◦ blue 91

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

Shades of Manz #DFCF5B

Tints of Manz #DFCF5B

RGB

 RED value IS 223 (87.5% from 255) = 42.8%

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

 BLUE value IS 91 (35.94% from 255) = 17.47%

R = 42.8%
G = 39.73%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFCF5B (or 0xDFCF5B) is known color: Manz. HEX triplet: DF, CF and 5B. RGB value is (223,207,91). Sum of RGB (Red+Green+Blue) = 223+207+91=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF5B is #2030A4. Grayscale: #C7C7C7. Windows color (decimal): -2109605 or 6016991. OLE color: 6016991.

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

Color convert

RGB 223 207 91 -
CMYK 0 0.07 0.59 0.13
HSL 52.73º 0.67% 0.62% -
HSV(B) 52.73º 0.59% 0.87% -
XYZ 54.63 61.07 18.81 -
YUV 198.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 223 207 91 0 0.07 0.59 0.13 52.73 0.67 0.62
Hex DF CF 5B 0 7 3B D 35 43 3E
Octal 337 317 133 0 7 73 15 65 103 76
Binary 11011111 11001111 1011011 0 111 111011 1101 110101 1000011 111110

Color Harmonies of #DFCF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF5B

Black with #DFCF5B

Text Example


Text Example

White with #DFCF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF5B; }

 p { color: rgb(223,207,91); }

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

background-color css

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

 a { background-color: rgb(223,207,91); }

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

border-color css

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

 span { border-color: rgb(223,207,91); }

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