Html Css Color HEX #DFC07A Chalky

📋 copy color: '#DFC07A'

red 223 ◦ green 192 ◦ blue 122

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

Shades of Chalky #DFC07A

Tints of Chalky #DFC07A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

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

R = 41.53%
G = 35.75%
B = 22.72%

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

#DFC07A (or 0xDFC07A) is known color: Chalky. HEX triplet: DF, C0 and 7A. RGB value is (223,192,122). Sum of RGB (Red+Green+Blue) = 223+192+122=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07A is #203F85. Grayscale: #C1C1C1. Windows color (decimal): -2113414 or 8044767. OLE color: 8044767.

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

Color convert

RGB 223 192 122 -
CMYK 0 0.14 0.45 0.13
HSL 41.58º 0.61% 0.68% -
HSV(B) 41.58º 0.45% 0.87% -
XYZ 52.79 54.79 26.21 -
YUV 193.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 223 192 122 0 0.14 0.45 0.13 41.58 0.61 0.68
Hex DF C0 7A 0 E 2D D 2A 3D 44
Octal 337 300 172 0 16 55 15 52 75 104
Binary 11011111 11000000 1111010 0 1110 101101 1101 101010 111101 1000100

Color Harmonies of #DFC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC07A

Black with #DFC07A

Text Example


Text Example

White with #DFC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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