Html Css Color HEX #DFC47D Chalky

📋 copy color: '#DFC47D'

red 223 ◦ green 196 ◦ blue 125

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

Shades of Chalky #DFC47D

Tints of Chalky #DFC47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 40.99%
G = 36.03%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFC47D (or 0xDFC47D) is known color: Chalky. HEX triplet: DF, C4 and 7D. RGB value is (223,196,125). Sum of RGB (Red+Green+Blue) = 223+196+125=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC47D is #203B82. Grayscale: #C4C4C4. Windows color (decimal): -2112387 or 8242399. OLE color: 8242399.

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

Color convert

RGB 223 196 125 -
CMYK 0 0.12 0.44 0.13
HSL 43.47º 0.6% 0.68% -
HSV(B) 43.47º 0.44% 0.87% -
XYZ 53.87 56.65 27.5 -
YUV 195.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 223 196 125 0 0.12 0.44 0.13 43.47 0.6 0.68
Hex DF C4 7D 0 C 2C D 2B 3C 44
Octal 337 304 175 0 14 54 15 53 74 104
Binary 11011111 11000100 1111101 0 1100 101100 1101 101011 111100 1000100

Color Harmonies of #DFC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC47D

Black with #DFC47D

Text Example


Text Example

White with #DFC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC47D; }

 p { color: rgb(223,196,125); }

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

background-color css

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

 a { background-color: rgb(223,196,125); }

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

border-color css

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

 span { border-color: rgb(223,196,125); }

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