Html Css Color HEX #DCC17A Chalky

📋 copy color: '#DCC17A'

red 220 ◦ green 193 ◦ blue 122

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

Shades of Chalky #DCC17A

Tints of Chalky #DCC17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.8%

R = 41.12%
G = 36.07%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC17A (or 0xDCC17A) is known color: Chalky. HEX triplet: DC, C1 and 7A. RGB value is (220,193,122). Sum of RGB (Red+Green+Blue) = 220+193+122=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17A is #233E85. Grayscale: #C1C1C1. Windows color (decimal): -2309766 or 8045020. OLE color: 8045020.

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

Color convert

RGB 220 193 122 -
CMYK 0 0.12 0.45 0.14
HSL 43.47º 0.58% 0.67% -
HSV(B) 43.47º 0.45% 0.86% -
XYZ 52.1 54.76 26.24 -
YUV 192.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 220 193 122 0 0.12 0.45 0.14 43.47 0.58 0.67
Hex DC C1 7A 0 C 2D E 2B 3A 43
Octal 334 301 172 0 14 55 16 53 72 103
Binary 11011100 11000001 1111010 0 1100 101101 1110 101011 111010 1000011

Color Harmonies of #DCC17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC17A

Black with #DCC17A

Text Example


Text Example

White with #DCC17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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