Html Css Color HEX #DFC692 Double Colonial White

📋 copy color: '#DFC692'

red 223 ◦ green 198 ◦ blue 146

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

Shades of Double Colonial White #DFC692

Tints of Double Colonial White #DFC692

RGB

 RED value IS 223 (87.5% from 255) = 39.33%

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

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

R = 39.33%
G = 34.92%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFC692 (or 0xDFC692) is known color: Double Colonial White. HEX triplet: DF, C6 and 92. RGB value is (223,198,146). Sum of RGB (Red+Green+Blue) = 223+198+146=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC692 is #20396D. Grayscale: #C7C7C7. Windows color (decimal): -2111854 or 9619167. OLE color: 9619167.

HSL color Cylindrical-coordinate representation of color #DFC692: hue angle of 40.52º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC692 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 146 -
CMYK 0 0.11 0.35 0.13
HSL 40.52º 0.55% 0.72% -
HSV(B) 40.52º 0.35% 0.87% -
XYZ 55.81 58.15 35.48 -
YUV 199.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 223 198 146 0 0.11 0.35 0.13 40.52 0.55 0.72
Hex DF C6 92 0 B 23 D 29 37 48
Octal 337 306 222 0 13 43 15 51 67 110
Binary 11011111 11000110 10010010 0 1011 100011 1101 101001 110111 1001000

Color Harmonies of #DFC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC692

Black with #DFC692

Text Example


Text Example

White with #DFC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC692; }

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

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

background-color css

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

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

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

border-color css

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

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

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