Html Css Color HEX #DCC27E Chalky

📋 copy color: '#DCC27E'

red 220 ◦ green 194 ◦ blue 126

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

Shades of Chalky #DCC27E

Tints of Chalky #DCC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.33%

R = 40.74%
G = 35.93%
B = 23.33%

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

#DCC27E (or 0xDCC27E) is known color: Chalky. HEX triplet: DC, C2 and 7E. RGB value is (220,194,126). Sum of RGB (Red+Green+Blue) = 220+194+126=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC27E is #233D81. Grayscale: #C2C2C2. Windows color (decimal): -2309506 or 8307420. OLE color: 8307420.

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

Color convert

RGB 220 194 126 -
CMYK 0 0.12 0.43 0.14
HSL 43.4º 0.57% 0.68% -
HSV(B) 43.4º 0.43% 0.86% -
XYZ 52.57 55.31 27.64 -
YUV 194.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 220 194 126 0 0.12 0.43 0.14 43.4 0.57 0.68
Hex DC C2 7E 0 C 2B E 2B 39 44
Octal 334 302 176 0 14 53 16 53 71 104
Binary 11011100 11000010 1111110 0 1100 101011 1110 101011 111001 1000100

Color Harmonies of #DCC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC27E

Black with #DCC27E

Text Example


Text Example

White with #DCC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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