Html Css Color HEX #DFCC90 Double Colonial White

📋 copy color: '#DFCC90'

red 223 ◦ green 204 ◦ blue 144

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

Shades of Double Colonial White #DFCC90

Tints of Double Colonial White #DFCC90

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

 BLUE value IS 144 (56.64% from 255) = 25.22%

R = 39.05%
G = 35.73%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFCC90 (or 0xDFCC90) is known color: Double Colonial White. HEX triplet: DF, CC and 90. RGB value is (223,204,144). Sum of RGB (Red+Green+Blue) = 223+204+144=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC90 is #20336F. Grayscale: #CBCBCB. Windows color (decimal): -2110320 or 9489631. OLE color: 9489631.

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

Color convert

RGB 223 204 144 -
CMYK 0 0.09 0.35 0.13
HSL 45.57º 0.55% 0.72% -
HSV(B) 45.57º 0.35% 0.87% -
XYZ 57.06 60.89 35.13 -
YUV 202.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 223 204 144 0 0.09 0.35 0.13 45.57 0.55 0.72
Hex DF CC 90 0 9 23 D 2E 37 48
Octal 337 314 220 0 11 43 15 56 67 110
Binary 11011111 11001100 10010000 0 1001 100011 1101 101110 110111 1001000

Color Harmonies of #DFCC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC90

Black with #DFCC90

Text Example


Text Example

White with #DFCC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC90; }

 p { color: rgb(223,204,144); }

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

background-color css

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

 a { background-color: rgb(223,204,144); }

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

border-color css

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

 span { border-color: rgb(223,204,144); }

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