Html Css Color HEX #DD8B3E California

📋 copy color: '#DD8B3E'

red 221 ◦ green 139 ◦ blue 62

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

Shades of California #DD8B3E

Tints of California #DD8B3E

RGB

 RED value IS 221 (86.72% from 255) = 52.37%

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 52.37%
G = 32.94%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD8B3E (or 0xDD8B3E) is known color: California. HEX triplet: DD, 8B and 3E. RGB value is (221,139,62). Sum of RGB (Red+Green+Blue) = 221+139+62=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B3E is #2274C1. Grayscale: #9B9B9B. Windows color (decimal): -2258114 or 4099037. OLE color: 4099037.

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

Color convert

RGB 221 139 62 -
CMYK 0 0.37 0.72 0.13
HSL 29.06º 0.7% 0.55% -
HSV(B) 29.06º 0.72% 0.87% -
XYZ 39.92 34.19 9.05 -
YUV 154.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 221 139 62 0 0.37 0.72 0.13 29.06 0.7 0.55
Hex DD 8B 3E 0 25 48 D 1D 46 37
Octal 335 213 76 0 45 110 15 35 106 67
Binary 11011101 10001011 111110 0 100101 1001000 1101 11101 1000110 110111

Color Harmonies of #DD8B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B3E

Black with #DD8B3E

Text Example


Text Example

White with #DD8B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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