Html Css Color HEX #DCC27A Chalky

📋 copy color: '#DCC27A'

red 220 ◦ green 194 ◦ blue 122

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

Shades of Chalky #DCC27A

Tints of Chalky #DCC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.19%

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

R = 41.04%
G = 36.19%
B = 22.76%

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

#DCC27A (or 0xDCC27A) is known color: Chalky. HEX triplet: DC, C2 and 7A. RGB value is (220,194,122). Sum of RGB (Red+Green+Blue) = 220+194+122=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC27A is #233D85. Grayscale: #C1C1C1. Windows color (decimal): -2309510 or 8045276. OLE color: 8045276.

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

Color convert

RGB 220 194 122 -
CMYK 0 0.12 0.45 0.14
HSL 44.08º 0.58% 0.67% -
HSV(B) 44.08º 0.45% 0.86% -
XYZ 52.32 55.2 26.31 -
YUV 193.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 220 194 122 0 0.12 0.45 0.14 44.08 0.58 0.67
Hex DC C2 7A 0 C 2D E 2C 3A 43
Octal 334 302 172 0 14 55 16 54 72 103
Binary 11011100 11000010 1111010 0 1100 101101 1110 101100 111010 1000011

Color Harmonies of #DCC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC27A

Black with #DCC27A

Text Example


Text Example

White with #DCC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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