Html Css Color HEX #DCC07C Chalky

📋 copy color: '#DCC07C'

red 220 ◦ green 192 ◦ blue 124

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

Shades of Chalky #DCC07C

Tints of Chalky #DCC07C

RGB

 RED value IS 220 (86.33% from 255) = 41.04%

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

 BLUE value IS 124 (48.83% from 255) = 23.13%

R = 41.04%
G = 35.82%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCC07C (or 0xDCC07C) is known color: Chalky. HEX triplet: DC, C0 and 7C. RGB value is (220,192,124). Sum of RGB (Red+Green+Blue) = 220+192+124=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC07C is #233F83. Grayscale: #C0C0C0. Windows color (decimal): -2310020 or 8175836. OLE color: 8175836.

HSL color Cylindrical-coordinate representation of color #DCC07C: hue angle of 42.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCC07C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 124 -
CMYK 0 0.13 0.44 0.14
HSL 42.5º 0.58% 0.67% -
HSV(B) 42.5º 0.44% 0.86% -
XYZ 52 54.37 26.82 -
YUV 192.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 220 192 124 0 0.13 0.44 0.14 42.5 0.58 0.67
Hex DC C0 7C 0 D 2C E 2A 3A 43
Octal 334 300 174 0 15 54 16 52 72 103
Binary 11011100 11000000 1111100 0 1101 101100 1110 101010 111010 1000011

Color Harmonies of #DCC07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC07C

Black with #DCC07C

Text Example


Text Example

White with #DCC07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC07C; }

 p { color: rgb(220,192,124); }

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

background-color css

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

 a { background-color: rgb(220,192,124); }

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

border-color css

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

 span { border-color: rgb(220,192,124); }

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