Html Css Color HEX #DFCD99 Double Colonial White

📋 copy color: '#DFCD99'

red 223 ◦ green 205 ◦ blue 153

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

Shades of Double Colonial White #DFCD99

Tints of Double Colonial White #DFCD99

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

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

R = 38.38%
G = 35.28%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFCD99 (or 0xDFCD99) is known color: Double Colonial White. HEX triplet: DF, CD and 99. RGB value is (223,205,153). Sum of RGB (Red+Green+Blue) = 223+205+153=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD99 is #203266. Grayscale: #CCCCCC. Windows color (decimal): -2110055 or 10079711. OLE color: 10079711.

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

Color convert

RGB 223 205 153 -
CMYK 0 0.08 0.31 0.13
HSL 44.57º 0.52% 0.74% -
HSV(B) 44.57º 0.31% 0.87% -
XYZ 58.01 61.65 38.98 -
YUV 204.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 223 205 153 0 0.08 0.31 0.13 44.57 0.52 0.74
Hex DF CD 99 0 8 1F D 2D 34 4A
Octal 337 315 231 0 10 37 15 55 64 112
Binary 11011111 11001101 10011001 0 1000 11111 1101 101101 110100 1001010

Color Harmonies of #DFCD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD99

Black with #DFCD99

Text Example


Text Example

White with #DFCD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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