Html Css Color HEX #DFBE7C Chalky

📋 copy color: '#DFBE7C'

red 223 ◦ green 190 ◦ blue 124

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

Shades of Chalky #DFBE7C

Tints of Chalky #DFBE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 41.53%
G = 35.38%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFBE7C (or 0xDFBE7C) is known color: Chalky. HEX triplet: DF, BE and 7C. RGB value is (223,190,124). Sum of RGB (Red+Green+Blue) = 223+190+124=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE7C is #204183. Grayscale: #C0C0C0. Windows color (decimal): -2113924 or 8175327. OLE color: 8175327.

HSL color Cylindrical-coordinate representation of color #DFBE7C: hue angle of 40º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFBE7C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 190 124 -
CMYK 0 0.15 0.44 0.13
HSL 40º 0.61% 0.68% -
HSV(B) 40º 0.44% 0.87% -
XYZ 52.48 53.97 26.72 -
YUV 192.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 223 190 124 0 0.15 0.44 0.13 40 0.61 0.68
Hex DF BE 7C 0 F 2C D 28 3D 44
Octal 337 276 174 0 17 54 15 50 75 104
Binary 11011111 10111110 1111100 0 1111 101100 1101 101000 111101 1000100

Color Harmonies of #DFBE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE7C

Black with #DFBE7C

Text Example


Text Example

White with #DFBE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE7C; }

 p { color: rgb(223,190,124); }

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

background-color css

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

 a { background-color: rgb(223,190,124); }

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

border-color css

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

 span { border-color: rgb(223,190,124); }

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