Html Css Color HEX #DFC57D Chalky

📋 copy color: '#DFC57D'

red 223 ◦ green 197 ◦ blue 125

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

Shades of Chalky #DFC57D

Tints of Chalky #DFC57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.15%

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

R = 40.92%
G = 36.15%
B = 22.94%

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

#DFC57D (or 0xDFC57D) is known color: Chalky. HEX triplet: DF, C5 and 7D. RGB value is (223,197,125). Sum of RGB (Red+Green+Blue) = 223+197+125=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC57D is #203A82. Grayscale: #C4C4C4. Windows color (decimal): -2112131 or 8242655. OLE color: 8242655.

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

Color convert

RGB 223 197 125 -
CMYK 0 0.12 0.44 0.13
HSL 44.08º 0.6% 0.68% -
HSV(B) 44.08º 0.44% 0.87% -
XYZ 54.1 57.1 27.57 -
YUV 196.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 223 197 125 0 0.12 0.44 0.13 44.08 0.6 0.68
Hex DF C5 7D 0 C 2C D 2C 3C 44
Octal 337 305 175 0 14 54 15 54 74 104
Binary 11011111 11000101 1111101 0 1100 101100 1101 101100 111100 1000100

Color Harmonies of #DFC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC57D

Black with #DFC57D

Text Example


Text Example

White with #DFC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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