Html Css Color HEX #DCC17D Chalky

📋 copy color: '#DCC17D'

red 220 ◦ green 193 ◦ blue 125

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

Shades of Chalky #DCC17D

Tints of Chalky #DCC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

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

R = 40.89%
G = 35.87%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCC17D (or 0xDCC17D) is known color: Chalky. HEX triplet: DC, C1 and 7D. RGB value is (220,193,125). Sum of RGB (Red+Green+Blue) = 220+193+125=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17D is #233E82. Grayscale: #C1C1C1. Windows color (decimal): -2309763 or 8241628. OLE color: 8241628.

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

Color convert

RGB 220 193 125 -
CMYK 0 0.12 0.43 0.14
HSL 42.95º 0.58% 0.68% -
HSV(B) 42.95º 0.43% 0.86% -
XYZ 52.29 54.84 27.23 -
YUV 193.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 220 193 125 0 0.12 0.43 0.14 42.95 0.58 0.68
Hex DC C1 7D 0 C 2B E 2B 3A 44
Octal 334 301 175 0 14 53 16 53 72 104
Binary 11011100 11000001 1111101 0 1100 101011 1110 101011 111010 1000100

Color Harmonies of #DCC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC17D

Black with #DCC17D

Text Example


Text Example

White with #DCC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC17D; }

 p { color: rgb(220,193,125); }

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

background-color css

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

 a { background-color: rgb(220,193,125); }

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

border-color css

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

 span { border-color: rgb(220,193,125); }

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