Html Css Color HEX #DCC37A Chalky

📋 copy color: '#DCC37A'

red 220 ◦ green 195 ◦ blue 122

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

Shades of Chalky #DCC37A

Tints of Chalky #DCC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.31%

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

R = 40.97%
G = 36.31%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC37A (or 0xDCC37A) is known color: Chalky. HEX triplet: DC, C3 and 7A. RGB value is (220,195,122). Sum of RGB (Red+Green+Blue) = 220+195+122=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37A is #233C85. Grayscale: #C2C2C2. Windows color (decimal): -2309254 or 8045532. OLE color: 8045532.

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

Color convert

RGB 220 195 122 -
CMYK 0 0.11 0.45 0.14
HSL 44.69º 0.58% 0.67% -
HSV(B) 44.69º 0.45% 0.86% -
XYZ 52.54 55.65 26.38 -
YUV 194.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 220 195 122 0 0.11 0.45 0.14 44.69 0.58 0.67
Hex DC C3 7A 0 B 2D E 2D 3A 43
Octal 334 303 172 0 13 55 16 55 72 103
Binary 11011100 11000011 1111010 0 1011 101101 1110 101101 111010 1000011

Color Harmonies of #DCC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC37A

Black with #DCC37A

Text Example


Text Example

White with #DCC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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