Html Css Color HEX #DFCB98 Double Colonial White

📋 copy color: '#DFCB98'

red 223 ◦ green 203 ◦ blue 152

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

Shades of Double Colonial White #DFCB98

Tints of Double Colonial White #DFCB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.3%

R = 38.58%
G = 35.12%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DFCB98 (or 0xDFCB98) is known color: Double Colonial White. HEX triplet: DF, CB and 98. RGB value is (223,203,152). Sum of RGB (Red+Green+Blue) = 223+203+152=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB98 is #203467. Grayscale: #CBCBCB. Windows color (decimal): -2110568 or 10013663. OLE color: 10013663.

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

Color convert

RGB 223 203 152 -
CMYK 0 0.09 0.32 0.13
HSL 43.1º 0.53% 0.74% -
HSV(B) 43.1º 0.32% 0.87% -
XYZ 57.45 60.67 38.39 -
YUV 203.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 223 203 152 0 0.09 0.32 0.13 43.1 0.53 0.74
Hex DF CB 98 0 9 20 D 2B 35 4A
Octal 337 313 230 0 11 40 15 53 65 112
Binary 11011111 11001011 10011000 0 1001 100000 1101 101011 110101 1001010

Color Harmonies of #DFCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB98

Black with #DFCB98

Text Example


Text Example

White with #DFCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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