#DFDF80

Color #DFDF80 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #DFDF80

Tints of Texas #DFDF80

Color information

#DFDF80 (or 0xDFDF80) is unknown color: approx Texas. HEX triplet: DF, DF and 80. RGB value is (223,223,128). Sum of RGB (Red+Green+Blue) = 223+223+128=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF80 is #20207F. Grayscale: #D4D4D4. Windows color (decimal): -2105472 or 8445919. OLE color: 8445919.

HSL color Cylindrical-coordinate representation of color #DFDF80: hue angle of 60º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDF80 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223223128-
CMYK000.430.13
HSL60º59.75%68.82%-
HSV(B)60º42.6%87.45%-
XYZ60.7270.0230.74-
YUV212.1780.5135.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 128 (50.39% from 255) = 22.30%
R=38.85%
G=38.85%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223128000.430.136059.7568.82
HexDFDF80002BD3c3c45
Octal3373372000053157474105
Binary1101111111011111100000000010101111011111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDF80; }

 p { color: rgb(223,223,128); }

 H1.HeaderClassName
 {
   color: #DFDF80;
 }
 .AnyTagClassName
 {
   color: #DFDF80;
 }
</style>
background-color css

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

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

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

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

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

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