Html Css Color HEX #DFBF81 Chalky

📋 copy color: '#DFBF81'

red 223 ◦ green 191 ◦ blue 129

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

Shades of Chalky #DFBF81

Tints of Chalky #DFBF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.76%

R = 41.07%
G = 35.17%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFBF81 (or 0xDFBF81) is known color: Chalky. HEX triplet: DF, BF and 81. RGB value is (223,191,129). Sum of RGB (Red+Green+Blue) = 223+191+129=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF81 is #20407E. Grayscale: #C1C1C1. Windows color (decimal): -2113663 or 8503263. OLE color: 8503263.

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

Color convert

RGB 223 191 129 -
CMYK 0 0.14 0.42 0.13
HSL 39.57º 0.59% 0.69% -
HSV(B) 39.57º 0.42% 0.87% -
XYZ 53.02 54.53 28.5 -
YUV 193.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 223 191 129 0 0.14 0.42 0.13 39.57 0.59 0.69
Hex DF BF 81 0 E 2A D 28 3B 45
Octal 337 277 201 0 16 52 15 50 73 105
Binary 11011111 10111111 10000001 0 1110 101010 1101 101000 111011 1000101

Color Harmonies of #DFBF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF81

Black with #DFBF81

Text Example


Text Example

White with #DFBF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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