Html Css Color HEX #DFCB9D Double Colonial White

📋 copy color: '#DFCB9D'

red 223 ◦ green 203 ◦ blue 157

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

Shades of Double Colonial White #DFCB9D

Tints of Double Colonial White #DFCB9D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

 BLUE value IS 157 (61.72% from 255) = 26.93%

R = 38.25%
G = 34.82%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFCB9D (or 0xDFCB9D) is known color: Double Colonial White. HEX triplet: DF, CB and 9D. RGB value is (223,203,157). Sum of RGB (Red+Green+Blue) = 223+203+157=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB9D is #203462. Grayscale: #CBCBCB. Windows color (decimal): -2110563 or 10341343. OLE color: 10341343.

HSL color Cylindrical-coordinate representation of color #DFCB9D: hue angle of 41.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCB9D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 203 157 -
CMYK 0 0.09 0.30 0.13
HSL 41.82º 0.51% 0.75% -
HSV(B) 41.82º 0.3% 0.87% -
XYZ 57.87 60.83 40.59 -
YUV 203.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 223 203 157 0 0.09 0.30 0.13 41.82 0.51 0.75
Hex DF CB 9D 0 9 1E D 2A 33 4B
Octal 337 313 235 0 11 36 15 52 63 113
Binary 11011111 11001011 10011101 0 1001 11110 1101 101010 110011 1001011

Color Harmonies of #DFCB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB9D

Black with #DFCB9D

Text Example


Text Example

White with #DFCB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB9D; }

 p { color: rgb(223,203,157); }

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

background-color css

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

 a { background-color: rgb(223,203,157); }

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

border-color css

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

 span { border-color: rgb(223,203,157); }

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