#DD8B34

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

Shades of California #DD8B34

Tints of California #DD8B34

Color information

#DD8B34 (or 0xDD8B34) is unknown color: approx California. HEX triplet: DD, 8B and 34. RGB value is (221,139,52). Sum of RGB (Red+Green+Blue) = 221+139+52=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B34 is #2274CB. Grayscale: #9A9A9A. Windows color (decimal): -2258124 or 3443677. OLE color: 3443677.

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

Color convert

RGB22113952-
CMYK00.370.760.13
HSL30.89º71.31%53.53%-
HSV(B)30.89º76.47%86.67%-
XYZ39.6734.097.74-
YUV153.670.67176.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 52 (20.70% from 255) = 12.62%
R=53.64%
G=33.74%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211395200.370.760.1330.8971.3153.53
HexDD8B340254CD1f4736
Octal33521364045114153710766
Binary1101110110001011110100010010110011001101111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B34; }

 p { color: rgb(221,139,52); }

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

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

 a { background-color: rgb(221,139,52); }

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

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

 span { border-color: rgb(221,139,52); }

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