Html Css Color HEX #DFC96F Chenin

📋 copy color: '#DFC96F'

red 223 ◦ green 201 ◦ blue 111

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

Shades of Chenin #DFC96F

Tints of Chenin #DFC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.57%

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 41.68%
G = 37.57%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFC96F (or 0xDFC96F) is known color: Chenin. HEX triplet: DF, C9 and 6F. RGB value is (223,201,111). Sum of RGB (Red+Green+Blue) = 223+201+111=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC96F is #203690. Grayscale: #C5C5C5. Windows color (decimal): -2111121 or 7326175. OLE color: 7326175.

HSL color Cylindrical-coordinate representation of color #DFC96F: hue angle of 48.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFC96F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 111 -
CMYK 0 0.10 0.50 0.13
HSL 48.21º 0.64% 0.65% -
HSV(B) 48.21º 0.5% 0.87% -
XYZ 54.19 58.61 23.5 -
YUV 197.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 223 201 111 0 0.10 0.50 0.13 48.21 0.64 0.65
Hex DF C9 6F 0 A 32 D 30 40 41
Octal 337 311 157 0 12 62 15 60 100 101
Binary 11011111 11001001 1101111 0 1010 110010 1101 110000 1000000 1000001

Color Harmonies of #DFC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC96F

Black with #DFC96F

Text Example


Text Example

White with #DFC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC96F; }

 p { color: rgb(223,201,111); }

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

background-color css

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

 a { background-color: rgb(223,201,111); }

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

border-color css

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

 span { border-color: rgb(223,201,111); }

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