Html Css Color HEX #DFC072 Chenin

📋 copy color: '#DFC072'

red 223 ◦ green 192 ◦ blue 114

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

Shades of Chenin #DFC072

Tints of Chenin #DFC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.55%

R = 42.16%
G = 36.29%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFC072 (or 0xDFC072) is known color: Chenin. HEX triplet: DF, C0 and 72. RGB value is (223,192,114). Sum of RGB (Red+Green+Blue) = 223+192+114=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC072 is #203F8D. Grayscale: #C0C0C0. Windows color (decimal): -2113422 or 7520479. OLE color: 7520479.

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

Color convert

RGB 223 192 114 -
CMYK 0 0.14 0.49 0.13
HSL 42.94º 0.63% 0.66% -
HSV(B) 42.94º 0.49% 0.87% -
XYZ 52.32 54.6 23.7 -
YUV 192.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 223 192 114 0 0.14 0.49 0.13 42.94 0.63 0.66
Hex DF C0 72 0 E 31 D 2B 3F 42
Octal 337 300 162 0 16 61 15 53 77 102
Binary 11011111 11000000 1110010 0 1110 110001 1101 101011 111111 1000010

Color Harmonies of #DFC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC072

Black with #DFC072

Text Example


Text Example

White with #DFC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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