Html Css Color HEX #DFCB90 Double Colonial White

📋 copy color: '#DFCB90'

red 223 ◦ green 203 ◦ blue 144

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

Shades of Double Colonial White #DFCB90

Tints of Double Colonial White #DFCB90

RGB

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

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

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

R = 39.12%
G = 35.61%
B = 25.26%

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

#DFCB90 (or 0xDFCB90) is known color: Double Colonial White. HEX triplet: DF, CB and 90. RGB value is (223,203,144). Sum of RGB (Red+Green+Blue) = 223+203+144=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB90 is #20346F. Grayscale: #CACACA. Windows color (decimal): -2110576 or 9489375. OLE color: 9489375.

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

Color convert

RGB 223 203 144 -
CMYK 0 0.09 0.35 0.13
HSL 44.81º 0.55% 0.72% -
HSV(B) 44.81º 0.35% 0.87% -
XYZ 56.82 60.41 35.05 -
YUV 202.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 223 203 144 0 0.09 0.35 0.13 44.81 0.55 0.72
Hex DF CB 90 0 9 23 D 2D 37 48
Octal 337 313 220 0 11 43 15 55 67 110
Binary 11011111 11001011 10010000 0 1001 100011 1101 101101 110111 1001000

Color Harmonies of #DFCB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB90

Black with #DFCB90

Text Example


Text Example

White with #DFCB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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