#DF8B33

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

Shades of California #DF8B33

Tints of California #DF8B33

Color information

#DF8B33 (or 0xDF8B33) is unknown color: approx California. HEX triplet: DF, 8B and 33. RGB value is (223,139,51). Sum of RGB (Red+Green+Blue) = 223+139+51=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B33 is #2074CC. Grayscale: #9A9A9A. Windows color (decimal): -2127053 or 3378143. OLE color: 3378143.

HSL color Cylindrical-coordinate representation of color #DF8B33: hue angle of 30.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF8B33 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22313951-
CMYK00.380.770.13
HSL30.7º72.88%53.73%-
HSV(B)30.7º77.13%87.45%-
XYZ40.2634.397.65-
YUV154.0869.83177.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.00%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 51 (20.31% from 255) = 12.35%
R=54.00%
G=33.66%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231395100.380.770.1330.772.8853.73
HexDF8B330264DD1f4936
Octal33721363046115153711166
Binary1101111110001011110011010011010011011101111111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8B33; }

 p { color: rgb(223,139,51); }

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

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

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

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

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

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

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