Html Css Color HEX #DFCF99 Double Colonial White

📋 copy color: '#DFCF99'

red 223 ◦ green 207 ◦ blue 153

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

Shades of Double Colonial White #DFCF99

Tints of Double Colonial White #DFCF99

RGB

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

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

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

R = 38.25%
G = 35.51%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DFCF99 (or 0xDFCF99) is known color: Double Colonial White. HEX triplet: DF, CF and 99. RGB value is (223,207,153). Sum of RGB (Red+Green+Blue) = 223+207+153=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF99 is #203066. Grayscale: #CDCDCD. Windows color (decimal): -2109543 or 10080223. OLE color: 10080223.

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

Color convert

RGB 223 207 153 -
CMYK 0 0.07 0.31 0.13
HSL 46.29º 0.52% 0.74% -
HSV(B) 46.29º 0.31% 0.87% -
XYZ 58.49 62.61 39.14 -
YUV 205.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 223 207 153 0 0.07 0.31 0.13 46.29 0.52 0.74
Hex DF CF 99 0 7 1F D 2E 34 4A
Octal 337 317 231 0 7 37 15 56 64 112
Binary 11011111 11001111 10011001 0 111 11111 1101 101110 110100 1001010

Color Harmonies of #DFCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF99

Black with #DFCF99

Text Example


Text Example

White with #DFCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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