Html Css Color HEX #DFBF7B Chalky

📋 copy color: '#DFBF7B'

red 223 ◦ green 191 ◦ blue 123

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

Shades of Chalky #DFBF7B

Tints of Chalky #DFBF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.91%

R = 41.53%
G = 35.57%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFBF7B (or 0xDFBF7B) is known color: Chalky. HEX triplet: DF, BF and 7B. RGB value is (223,191,123). Sum of RGB (Red+Green+Blue) = 223+191+123=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF7B is #204084. Grayscale: #C1C1C1. Windows color (decimal): -2113669 or 8110047. OLE color: 8110047.

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

Color convert

RGB 223 191 123 -
CMYK 0 0.14 0.45 0.13
HSL 40.8º 0.61% 0.68% -
HSV(B) 40.8º 0.45% 0.87% -
XYZ 52.64 54.38 26.46 -
YUV 192.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 223 191 123 0 0.14 0.45 0.13 40.8 0.61 0.68
Hex DF BF 7B 0 E 2D D 29 3D 44
Octal 337 277 173 0 16 55 15 51 75 104
Binary 11011111 10111111 1111011 0 1110 101101 1101 101001 111101 1000100

Color Harmonies of #DFBF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF7B

Black with #DFBF7B

Text Example


Text Example

White with #DFBF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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