Html Css Color HEX #DFC67D Chalky

📋 copy color: '#DFC67D'

red 223 ◦ green 198 ◦ blue 125

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

Shades of Chalky #DFC67D

Tints of Chalky #DFC67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

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

R = 40.84%
G = 36.26%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFC67D (or 0xDFC67D) is known color: Chalky. HEX triplet: DF, C6 and 7D. RGB value is (223,198,125). Sum of RGB (Red+Green+Blue) = 223+198+125=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC67D is #203982. Grayscale: #C5C5C5. Windows color (decimal): -2111875 or 8242911. OLE color: 8242911.

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

Color convert

RGB 223 198 125 -
CMYK 0 0.11 0.44 0.13
HSL 44.69º 0.6% 0.68% -
HSV(B) 44.69º 0.44% 0.87% -
XYZ 54.33 57.56 27.65 -
YUV 197.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 223 198 125 0 0.11 0.44 0.13 44.69 0.6 0.68
Hex DF C6 7D 0 B 2C D 2D 3C 44
Octal 337 306 175 0 13 54 15 55 74 104
Binary 11011111 11000110 1111101 0 1011 101100 1101 101101 111100 1000100

Color Harmonies of #DFC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC67D

Black with #DFC67D

Text Example


Text Example

White with #DFC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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