Html Css Color HEX #DFC470 Chenin

📋 copy color: '#DFC470'

red 223 ◦ green 196 ◦ blue 112

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

Shades of Chenin #DFC470

Tints of Chenin #DFC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 42%
G = 36.91%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFC470 (or 0xDFC470) is known color: Chenin. HEX triplet: DF, C4 and 70. RGB value is (223,196,112). Sum of RGB (Red+Green+Blue) = 223+196+112=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC470 is #203B8F. Grayscale: #C2C2C2. Windows color (decimal): -2112400 or 7390431. OLE color: 7390431.

HSL color Cylindrical-coordinate representation of color #DFC470: hue angle of 45.41º 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 #DFC470 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 196 112 -
CMYK 0 0.12 0.50 0.13
HSL 45.41º 0.63% 0.66% -
HSV(B) 45.41º 0.5% 0.87% -
XYZ 53.1 56.34 23.41 -
YUV 194.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 223 196 112 0 0.12 0.50 0.13 45.41 0.63 0.66
Hex DF C4 70 0 C 32 D 2D 3F 42
Octal 337 304 160 0 14 62 15 55 77 102
Binary 11011111 11000100 1110000 0 1100 110010 1101 101101 111111 1000010

Color Harmonies of #DFC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC470

Black with #DFC470

Text Example


Text Example

White with #DFC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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