Html Css Color HEX #DCC794 Double Colonial White

📋 copy color: '#DCC794'

red 220 ◦ green 199 ◦ blue 148

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

Shades of Double Colonial White #DCC794

Tints of Double Colonial White #DCC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.1%

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 38.8%
G = 35.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCC794 (or 0xDCC794) is known color: Double Colonial White. HEX triplet: DC, C7 and 94. RGB value is (220,199,148). Sum of RGB (Red+Green+Blue) = 220+199+148=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC794 is #23386B. Grayscale: #C7C7C7. Windows color (decimal): -2308204 or 9750492. OLE color: 9750492.

HSL color Cylindrical-coordinate representation of color #DCC794: hue angle of 42.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC794 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 148 -
CMYK 0 0.10 0.33 0.14
HSL 42.5º 0.51% 0.72% -
HSV(B) 42.5º 0.33% 0.86% -
XYZ 55.28 58.2 36.34 -
YUV 199.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 220 199 148 0 0.10 0.33 0.14 42.5 0.51 0.72
Hex DC C7 94 0 A 21 E 2A 33 48
Octal 334 307 224 0 12 41 16 52 63 110
Binary 11011100 11000111 10010100 0 1010 100001 1110 101010 110011 1001000

Color Harmonies of #DCC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC794

Black with #DCC794

Text Example


Text Example

White with #DCC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC794; }

 p { color: rgb(220,199,148); }

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

background-color css

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

 a { background-color: rgb(220,199,148); }

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

border-color css

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

 span { border-color: rgb(220,199,148); }

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