Html Css Color HEX #DFD092 Double Colonial White

📋 copy color: '#DFD092'

red 223 ◦ green 208 ◦ blue 146

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

Shades of Double Colonial White #DFD092

Tints of Double Colonial White #DFD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.05%

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

R = 38.65%
G = 36.05%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFD092 (or 0xDFD092) is known color: Double Colonial White. HEX triplet: DF, D0 and 92. RGB value is (223,208,146). Sum of RGB (Red+Green+Blue) = 223+208+146=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD092 is #202F6D. Grayscale: #CDCDCD. Windows color (decimal): -2109294 or 9621727. OLE color: 9621727.

HSL color Cylindrical-coordinate representation of color #DFD092: hue angle of 48.31º 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 #DFD092 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 208 146 -
CMYK 0 0.07 0.35 0.13
HSL 48.31º 0.55% 0.72% -
HSV(B) 48.31º 0.35% 0.87% -
XYZ 58.18 62.88 36.26 -
YUV 205.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 223 208 146 0 0.07 0.35 0.13 48.31 0.55 0.72
Hex DF D0 92 0 7 23 D 30 37 48
Octal 337 320 222 0 7 43 15 60 67 110
Binary 11011111 11010000 10010010 0 111 100011 1101 110000 110111 1001000

Color Harmonies of #DFD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD092

Black with #DFD092

Text Example


Text Example

White with #DFD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD092; }

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

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

background-color css

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

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

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

border-color css

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

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

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