Html Css Color HEX #DD8A38 California

📋 copy color: '#DD8A38'

red 221 ◦ green 138 ◦ blue 56

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

Shades of California #DD8A38

Tints of California #DD8A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

 BLUE value IS 56 (22.27% from 255) = 13.49%

R = 53.25%
G = 33.25%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD8A38 (or 0xDD8A38) is known color: California. HEX triplet: DD, 8A and 38. RGB value is (221,138,56). Sum of RGB (Red+Green+Blue) = 221+138+56=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A38 is #2275C7. Grayscale: #999999. Windows color (decimal): -2258376 or 3705565. OLE color: 3705565.

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

Color convert

RGB 221 138 56 -
CMYK 0 0.38 0.75 0.13
HSL 29.82º 0.71% 0.54% -
HSV(B) 29.82º 0.75% 0.87% -
XYZ 39.62 33.83 8.18 -
YUV 153.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 221 138 56 0 0.38 0.75 0.13 29.82 0.71 0.54
Hex DD 8A 38 0 26 4B D 1E 47 36
Octal 335 212 70 0 46 113 15 36 107 66
Binary 11011101 10001010 111000 0 100110 1001011 1101 11110 1000111 110110

Color Harmonies of #DD8A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A38

Black with #DD8A38

Text Example


Text Example

White with #DD8A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A38; }

 p { color: rgb(221,138,56); }

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

background-color css

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

 a { background-color: rgb(221,138,56); }

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

border-color css

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

 span { border-color: rgb(221,138,56); }

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