Html Css Color HEX #DFBF7D Chalky

📋 copy color: '#DFBF7D'

red 223 ◦ green 191 ◦ blue 125

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

Shades of Chalky #DFBF7D

Tints of Chalky #DFBF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 41.37%
G = 35.44%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFBF7D (or 0xDFBF7D) is known color: Chalky. HEX triplet: DF, BF and 7D. RGB value is (223,191,125). Sum of RGB (Red+Green+Blue) = 223+191+125=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF7D is #204082. Grayscale: #C1C1C1. Windows color (decimal): -2113667 or 8241119. OLE color: 8241119.

HSL color Cylindrical-coordinate representation of color #DFBF7D: hue angle of 40.41º degrees, saturation: 0.6, 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 #DFBF7D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 125 -
CMYK 0 0.14 0.44 0.13
HSL 40.41º 0.6% 0.68% -
HSV(B) 40.41º 0.44% 0.87% -
XYZ 52.76 54.43 27.13 -
YUV 193.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 223 191 125 0 0.14 0.44 0.13 40.41 0.6 0.68
Hex DF BF 7D 0 E 2C D 28 3C 44
Octal 337 277 175 0 16 54 15 50 74 104
Binary 11011111 10111111 1111101 0 1110 101100 1101 101000 111100 1000100

Color Harmonies of #DFBF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF7D

Black with #DFBF7D

Text Example


Text Example

White with #DFBF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF7D; }

 p { color: rgb(223,191,125); }

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

background-color css

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

 a { background-color: rgb(223,191,125); }

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

border-color css

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

 span { border-color: rgb(223,191,125); }

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