Html Css Color HEX #DCC691 Double Colonial White

📋 copy color: '#DCC691'

red 220 ◦ green 198 ◦ blue 145

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

Shades of Double Colonial White #DCC691

Tints of Double Colonial White #DCC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.17%

 BLUE value IS 145 (57.03% from 255) = 25.75%

R = 39.08%
G = 35.17%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCC691 (or 0xDCC691) is known color: Double Colonial White. HEX triplet: DC, C6 and 91. RGB value is (220,198,145). Sum of RGB (Red+Green+Blue) = 220+198+145=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC691 is #23396E. Grayscale: #C6C6C6. Windows color (decimal): -2308463 or 9553628. OLE color: 9553628.

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

Color convert

RGB 220 198 145 -
CMYK 0 0.1 0.34 0.14
HSL 42.4º 0.52% 0.72% -
HSV(B) 42.4º 0.34% 0.86% -
XYZ 54.82 57.65 35.03 -
YUV 198.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 220 198 145 0 0.1 0.34 0.14 42.4 0.52 0.72
Hex DC C6 91 0 A 22 E 2A 34 48
Octal 334 306 221 0 12 42 16 52 64 110
Binary 11011100 11000110 10010001 0 1010 100010 1110 101010 110100 1001000

Color Harmonies of #DCC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC691

Black with #DCC691

Text Example


Text Example

White with #DCC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC691; }

 p { color: rgb(220,198,145); }

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

background-color css

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

 a { background-color: rgb(220,198,145); }

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

border-color css

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

 span { border-color: rgb(220,198,145); }

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