Html Css Color HEX #DD8A34 California

📋 copy color: '#DD8A34'

red 221 ◦ green 138 ◦ blue 52

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

Shades of California #DD8A34

Tints of California #DD8A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.65%

R = 53.77%
G = 33.58%
B = 12.65%

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

#DD8A34 (or 0xDD8A34) is known color: California. HEX triplet: DD, 8A and 34. RGB value is (221,138,52). Sum of RGB (Red+Green+Blue) = 221+138+52=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A34 is #2275CB. Grayscale: #999999. Windows color (decimal): -2258380 or 3443421. OLE color: 3443421.

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

Color convert

RGB 221 138 52 -
CMYK 0 0.38 0.76 0.13
HSL 30.53º 0.71% 0.54% -
HSV(B) 30.53º 0.76% 0.87% -
XYZ 39.53 33.8 7.69 -
YUV 153.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 221 138 52 0 0.38 0.76 0.13 30.53 0.71 0.54
Hex DD 8A 34 0 26 4C D 1F 47 36
Octal 335 212 64 0 46 114 15 37 107 66
Binary 11011101 10001010 110100 0 100110 1001100 1101 11111 1000111 110110

Color Harmonies of #DD8A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A34

Black with #DD8A34

Text Example


Text Example

White with #DD8A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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