Html Css Color HEX #DFCF9B Double Colonial White

📋 copy color: '#DFCF9B'

red 223 ◦ green 207 ◦ blue 155

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

Shades of Double Colonial White #DFCF9B

Tints of Double Colonial White #DFCF9B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 155 (60.94% from 255) = 26.5%

R = 38.12%
G = 35.38%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DFCF9B (or 0xDFCF9B) is known color: Double Colonial White. HEX triplet: DF, CF and 9B. RGB value is (223,207,155). Sum of RGB (Red+Green+Blue) = 223+207+155=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9B is #203064. Grayscale: #CECECE. Windows color (decimal): -2109541 or 10211295. OLE color: 10211295.

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

Color convert

RGB 223 207 155 -
CMYK 0 0.07 0.30 0.13
HSL 45.88º 0.52% 0.74% -
HSV(B) 45.88º 0.3% 0.87% -
XYZ 58.66 62.68 40.02 -
YUV 205.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 223 207 155 0 0.07 0.30 0.13 45.88 0.52 0.74
Hex DF CF 9B 0 7 1E D 2E 34 4A
Octal 337 317 233 0 7 36 15 56 64 112
Binary 11011111 11001111 10011011 0 111 11110 1101 101110 110100 1001010

Color Harmonies of #DFCF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF9B

Black with #DFCF9B

Text Example


Text Example

White with #DFCF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF9B; }

 p { color: rgb(223,207,155); }

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

background-color css

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

 a { background-color: rgb(223,207,155); }

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

border-color css

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

 span { border-color: rgb(223,207,155); }

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