Html Css Color HEX #DD8B3A California

📋 copy color: '#DD8B3A'

red 221 ◦ green 139 ◦ blue 58

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

Shades of California #DD8B3A

Tints of California #DD8B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 52.87%
G = 33.25%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD8B3A (or 0xDD8B3A) is known color: California. HEX triplet: DD, 8B and 3A. RGB value is (221,139,58). Sum of RGB (Red+Green+Blue) = 221+139+58=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B3A is #2274C5. Grayscale: #9A9A9A. Windows color (decimal): -2258118 or 3836893. OLE color: 3836893.

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

Color convert

RGB 221 139 58 -
CMYK 0 0.37 0.74 0.13
HSL 29.82º 0.71% 0.55% -
HSV(B) 29.82º 0.74% 0.87% -
XYZ 39.82 34.14 8.49 -
YUV 154.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 221 139 58 0 0.37 0.74 0.13 29.82 0.71 0.55
Hex DD 8B 3A 0 25 4A D 1E 47 37
Octal 335 213 72 0 45 112 15 36 107 67
Binary 11011101 10001011 111010 0 100101 1001010 1101 11110 1000111 110111

Color Harmonies of #DD8B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B3A

Black with #DD8B3A

Text Example


Text Example

White with #DD8B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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