Html Css Color HEX #DFC270 Chenin

📋 copy color: '#DFC270'

red 223 ◦ green 194 ◦ blue 112

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

Shades of Chenin #DFC270

Tints of Chenin #DFC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.67%

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 42.16%
G = 36.67%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFC270 (or 0xDFC270) is known color: Chenin. HEX triplet: DF, C2 and 70. RGB value is (223,194,112). Sum of RGB (Red+Green+Blue) = 223+194+112=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC270 is #203D8F. Grayscale: #C1C1C1. Windows color (decimal): -2112912 or 7389919. OLE color: 7389919.

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

Color convert

RGB 223 194 112 -
CMYK 0 0.13 0.50 0.13
HSL 44.32º 0.63% 0.66% -
HSV(B) 44.32º 0.5% 0.87% -
XYZ 52.65 55.44 23.26 -
YUV 193.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 223 194 112 0 0.13 0.50 0.13 44.32 0.63 0.66
Hex DF C2 70 0 D 32 D 2C 3F 42
Octal 337 302 160 0 15 62 15 54 77 102
Binary 11011111 11000010 1110000 0 1101 110010 1101 101100 111111 1000010

Color Harmonies of #DFC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC270

Black with #DFC270

Text Example


Text Example

White with #DFC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC270; }

 p { color: rgb(223,194,112); }

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

background-color css

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

 a { background-color: rgb(223,194,112); }

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

border-color css

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

 span { border-color: rgb(223,194,112); }

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