Html Css Color HEX #DD8A36 California

📋 copy color: '#DD8A36'

red 221 ◦ green 138 ◦ blue 54

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

Shades of California #DD8A36

Tints of California #DD8A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.08%

R = 53.51%
G = 33.41%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8A36 (or 0xDD8A36) is known color: California. HEX triplet: DD, 8A and 36. RGB value is (221,138,54). Sum of RGB (Red+Green+Blue) = 221+138+54=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A36 is #2275C9. Grayscale: #999999. Windows color (decimal): -2258378 or 3574493. OLE color: 3574493.

HSL color Cylindrical-coordinate representation of color #DD8A36: hue angle of 30.18º 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 #DD8A36 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 54 -
CMYK 0 0.38 0.76 0.13
HSL 30.18º 0.71% 0.54% -
HSV(B) 30.18º 0.76% 0.87% -
XYZ 39.57 33.82 7.93 -
YUV 153.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 221 138 54 0 0.38 0.76 0.13 30.18 0.71 0.54
Hex DD 8A 36 0 26 4C D 1E 47 36
Octal 335 212 66 0 46 114 15 36 107 66
Binary 11011101 10001010 110110 0 100110 1001100 1101 11110 1000111 110110

Color Harmonies of #DD8A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A36

Black with #DD8A36

Text Example


Text Example

White with #DD8A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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