Html Css Color HEX #DCC692 Double Colonial White

📋 copy color: '#DCC692'

red 220 ◦ green 198 ◦ blue 146

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

Shades of Double Colonial White #DCC692

Tints of Double Colonial White #DCC692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.89%

R = 39.01%
G = 35.11%
B = 25.89%

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

#DCC692 (or 0xDCC692) is known color: Double Colonial White. HEX triplet: DC, C6 and 92. RGB value is (220,198,146). Sum of RGB (Red+Green+Blue) = 220+198+146=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC692 is #23396D. Grayscale: #C6C6C6. Windows color (decimal): -2308462 or 9619164. OLE color: 9619164.

HSL color Cylindrical-coordinate representation of color #DCC692: hue angle of 42.16º degrees, saturation: 0.51, 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 #DCC692 is Cyan = 0, Magento = 0.1, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 146 -
CMYK 0 0.1 0.34 0.14
HSL 42.16º 0.51% 0.72% -
HSV(B) 42.16º 0.34% 0.86% -
XYZ 54.9 57.68 35.43 -
YUV 198.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 220 198 146 0 0.1 0.34 0.14 42.16 0.51 0.72
Hex DC C6 92 0 A 22 E 2A 33 48
Octal 334 306 222 0 12 42 16 52 63 110
Binary 11011100 11000110 10010010 0 1010 100010 1110 101010 110011 1001000

Color Harmonies of #DCC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC692

Black with #DCC692

Text Example


Text Example

White with #DCC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC692; }

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

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

background-color css

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

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

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

border-color css

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

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

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