Html Css Color HEX #DFC073 Chenin

📋 copy color: '#DFC073'

red 223 ◦ green 192 ◦ blue 115

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

Shades of Chenin #DFC073

Tints of Chenin #DFC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 42.08%
G = 36.23%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFC073 (or 0xDFC073) is known color: Chenin. HEX triplet: DF, C0 and 73. RGB value is (223,192,115). Sum of RGB (Red+Green+Blue) = 223+192+115=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC073 is #203F8C. Grayscale: #C0C0C0. Windows color (decimal): -2113421 or 7586015. OLE color: 7586015.

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

Color convert

RGB 223 192 115 -
CMYK 0 0.14 0.48 0.13
HSL 42.78º 0.63% 0.66% -
HSV(B) 42.78º 0.48% 0.87% -
XYZ 52.38 54.63 24 -
YUV 192.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 223 192 115 0 0.14 0.48 0.13 42.78 0.63 0.66
Hex DF C0 73 0 E 30 D 2B 3F 42
Octal 337 300 163 0 16 60 15 53 77 102
Binary 11011111 11000000 1110011 0 1110 110000 1101 101011 111111 1000010

Color Harmonies of #DFC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC073

Black with #DFC073

Text Example


Text Example

White with #DFC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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