Html Css Color HEX #DFBD7E Chalky

📋 copy color: '#DFBD7E'

red 223 ◦ green 189 ◦ blue 126

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

Shades of Chalky #DFBD7E

Tints of Chalky #DFBD7E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

 BLUE value IS 126 (49.61% from 255) = 23.42%

R = 41.45%
G = 35.13%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFBD7E (or 0xDFBD7E) is known color: Chalky. HEX triplet: DF, BD and 7E. RGB value is (223,189,126). Sum of RGB (Red+Green+Blue) = 223+189+126=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD7E is #204281. Grayscale: #C0C0C0. Windows color (decimal): -2114178 or 8306143. OLE color: 8306143.

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

Color convert

RGB 223 189 126 -
CMYK 0 0.15 0.43 0.13
HSL 38.97º 0.6% 0.68% -
HSV(B) 38.97º 0.43% 0.87% -
XYZ 52.39 53.59 27.32 -
YUV 191.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 223 189 126 0 0.15 0.43 0.13 38.97 0.6 0.68
Hex DF BD 7E 0 F 2B D 27 3C 44
Octal 337 275 176 0 17 53 15 47 74 104
Binary 11011111 10111101 1111110 0 1111 101011 1101 100111 111100 1000100

Color Harmonies of #DFBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD7E

Black with #DFBD7E

Text Example


Text Example

White with #DFBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD7E; }

 p { color: rgb(223,189,126); }

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

background-color css

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

 a { background-color: rgb(223,189,126); }

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

border-color css

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

 span { border-color: rgb(223,189,126); }

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