Html Css Color HEX #DFBA74 Chenin

📋 copy color: '#DFBA74'

red 223 ◦ green 186 ◦ blue 116

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

Shades of Chenin #DFBA74

Tints of Chenin #DFBA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 42.48%
G = 35.43%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFBA74 (or 0xDFBA74) is known color: Chenin. HEX triplet: DF, BA and 74. RGB value is (223,186,116). Sum of RGB (Red+Green+Blue) = 223+186+116=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA74 is #20458B. Grayscale: #BDBDBD. Windows color (decimal): -2114956 or 7650015. OLE color: 7650015.

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

Color convert

RGB 223 186 116 -
CMYK 0 0.17 0.48 0.13
HSL 39.25º 0.63% 0.66% -
HSV(B) 39.25º 0.48% 0.87% -
XYZ 51.14 52.07 23.88 -
YUV 189.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 223 186 116 0 0.17 0.48 0.13 39.25 0.63 0.66
Hex DF BA 74 0 11 30 D 27 3F 42
Octal 337 272 164 0 21 60 15 47 77 102
Binary 11011111 10111010 1110100 0 10001 110000 1101 100111 111111 1000010

Color Harmonies of #DFBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA74

Black with #DFBA74

Text Example


Text Example

White with #DFBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA74; }

 p { color: rgb(223,186,116); }

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

background-color css

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

 a { background-color: rgb(223,186,116); }

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

border-color css

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

 span { border-color: rgb(223,186,116); }

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