Html Css Color HEX #DFBD7A Chalky

📋 copy color: '#DFBD7A'

red 223 ◦ green 189 ◦ blue 122

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

Shades of Chalky #DFBD7A

Tints of Chalky #DFBD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.85%

R = 41.76%
G = 35.39%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFBD7A (or 0xDFBD7A) is known color: Chalky. HEX triplet: DF, BD and 7A. RGB value is (223,189,122). Sum of RGB (Red+Green+Blue) = 223+189+122=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD7A is #204285. Grayscale: #BFBFBF. Windows color (decimal): -2114182 or 8043999. OLE color: 8043999.

HSL color Cylindrical-coordinate representation of color #DFBD7A: hue angle of 39.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 #DFBD7A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 122 -
CMYK 0 0.15 0.45 0.13
HSL 39.8º 0.61% 0.68% -
HSV(B) 39.8º 0.45% 0.87% -
XYZ 52.14 53.49 25.99 -
YUV 191.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 223 189 122 0 0.15 0.45 0.13 39.8 0.61 0.68
Hex DF BD 7A 0 F 2D D 28 3D 44
Octal 337 275 172 0 17 55 15 50 75 104
Binary 11011111 10111101 1111010 0 1111 101101 1101 101000 111101 1000100

Color Harmonies of #DFBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD7A

Black with #DFBD7A

Text Example


Text Example

White with #DFBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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