Html Css Color HEX #DFCB99 Double Colonial White

📋 copy color: '#DFCB99'

red 223 ◦ green 203 ◦ blue 153

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

Shades of Double Colonial White #DFCB99

Tints of Double Colonial White #DFCB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.42%

R = 38.51%
G = 35.06%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFCB99 (or 0xDFCB99) is known color: Double Colonial White. HEX triplet: DF, CB and 99. RGB value is (223,203,153). Sum of RGB (Red+Green+Blue) = 223+203+153=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB99 is #203466. Grayscale: #CBCBCB. Windows color (decimal): -2110567 or 10079199. OLE color: 10079199.

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

Color convert

RGB 223 203 153 -
CMYK 0 0.09 0.31 0.13
HSL 42.86º 0.52% 0.74% -
HSV(B) 42.86º 0.31% 0.87% -
XYZ 57.54 60.7 38.82 -
YUV 203.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 223 203 153 0 0.09 0.31 0.13 42.86 0.52 0.74
Hex DF CB 99 0 9 1F D 2B 34 4A
Octal 337 313 231 0 11 37 15 53 64 112
Binary 11011111 11001011 10011001 0 1001 11111 1101 101011 110100 1001010

Color Harmonies of #DFCB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB99

Black with #DFCB99

Text Example


Text Example

White with #DFCB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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