Html Css Color HEX #DFC076 Chenin

📋 copy color: '#DFC076'

red 223 ◦ green 192 ◦ blue 118

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

Shades of Chenin #DFC076

Tints of Chenin #DFC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 118 (46.48% from 255) = 22.14%

R = 41.84%
G = 36.02%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFC076 (or 0xDFC076) is known color: Chenin. HEX triplet: DF, C0 and 76. RGB value is (223,192,118). Sum of RGB (Red+Green+Blue) = 223+192+118=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC076 is #203F89. Grayscale: #C1C1C1. Windows color (decimal): -2113418 or 7782623. OLE color: 7782623.

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

Color convert

RGB 223 192 118 -
CMYK 0 0.14 0.47 0.13
HSL 42.29º 0.62% 0.67% -
HSV(B) 42.29º 0.47% 0.87% -
XYZ 52.55 54.7 24.93 -
YUV 192.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 223 192 118 0 0.14 0.47 0.13 42.29 0.62 0.67
Hex DF C0 76 0 E 2F D 2A 3E 43
Octal 337 300 166 0 16 57 15 52 76 103
Binary 11011111 11000000 1110110 0 1110 101111 1101 101010 111110 1000011

Color Harmonies of #DFC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC076

Black with #DFC076

Text Example


Text Example

White with #DFC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC076; }

 p { color: rgb(223,192,118); }

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

background-color css

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

 a { background-color: rgb(223,192,118); }

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

border-color css

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

 span { border-color: rgb(223,192,118); }

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