Html Css Color HEX #DCC07F Chalky

📋 copy color: '#DCC07F'

red 220 ◦ green 192 ◦ blue 127

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

Shades of Chalky #DCC07F

Tints of Chalky #DCC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

 BLUE value IS 127 (50% from 255) = 23.56%

R = 40.82%
G = 35.62%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCC07F (or 0xDCC07F) is known color: Chalky. HEX triplet: DC, C0 and 7F. RGB value is (220,192,127). Sum of RGB (Red+Green+Blue) = 220+192+127=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC07F is #233F80. Grayscale: #C1C1C1. Windows color (decimal): -2310017 or 8372444. OLE color: 8372444.

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

Color convert

RGB 220 192 127 -
CMYK 0 0.13 0.42 0.14
HSL 41.94º 0.57% 0.68% -
HSV(B) 41.94º 0.42% 0.86% -
XYZ 52.2 54.45 27.84 -
YUV 192.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 220 192 127 0 0.13 0.42 0.14 41.94 0.57 0.68
Hex DC C0 7F 0 D 2A E 2A 39 44
Octal 334 300 177 0 15 52 16 52 71 104
Binary 11011100 11000000 1111111 0 1101 101010 1110 101010 111001 1000100

Color Harmonies of #DCC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC07F

Black with #DCC07F

Text Example


Text Example

White with #DCC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC07F; }

 p { color: rgb(220,192,127); }

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

background-color css

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

 a { background-color: rgb(220,192,127); }

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

border-color css

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

 span { border-color: rgb(220,192,127); }

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