Html Css Color HEX #DFCA90 Double Colonial White

📋 copy color: '#DFCA90'

red 223 ◦ green 202 ◦ blue 144

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

Shades of Double Colonial White #DFCA90

Tints of Double Colonial White #DFCA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.5%

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

R = 39.19%
G = 35.5%
B = 25.31%

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

#DFCA90 (or 0xDFCA90) is known color: Double Colonial White. HEX triplet: DF, CA and 90. RGB value is (223,202,144). Sum of RGB (Red+Green+Blue) = 223+202+144=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA90 is #20356F. Grayscale: #C9C9C9. Windows color (decimal): -2110832 or 9489119. OLE color: 9489119.

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

Color convert

RGB 223 202 144 -
CMYK 0 0.09 0.35 0.13
HSL 44.05º 0.55% 0.72% -
HSV(B) 44.05º 0.35% 0.87% -
XYZ 56.59 59.94 34.97 -
YUV 201.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 223 202 144 0 0.09 0.35 0.13 44.05 0.55 0.72
Hex DF CA 90 0 9 23 D 2C 37 48
Octal 337 312 220 0 11 43 15 54 67 110
Binary 11011111 11001010 10010000 0 1001 100011 1101 101100 110111 1001000

Color Harmonies of #DFCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCA90

Black with #DFCA90

Text Example


Text Example

White with #DFCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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