Html Css Color HEX #DD8C35 California

📋 copy color: '#DD8C35'

red 221 ◦ green 140 ◦ blue 53

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

Shades of California #DD8C35

Tints of California #DD8C35

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 53 (21.09% from 255) = 12.8%

R = 53.38%
G = 33.82%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8C35 (or 0xDD8C35) is known color: California. HEX triplet: DD, 8C and 35. RGB value is (221,140,53). Sum of RGB (Red+Green+Blue) = 221+140+53=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C35 is #2273CA. Grayscale: #9A9A9A. Windows color (decimal): -2257867 or 3509469. OLE color: 3509469.

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

Color convert

RGB 221 140 53 -
CMYK 0 0.37 0.76 0.13
HSL 31.07º 0.71% 0.54% -
HSV(B) 31.07º 0.76% 0.87% -
XYZ 39.84 34.39 7.91 -
YUV 154.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 221 140 53 0 0.37 0.76 0.13 31.07 0.71 0.54
Hex DD 8C 35 0 25 4C D 1F 47 36
Octal 335 214 65 0 45 114 15 37 107 66
Binary 11011101 10001100 110101 0 100101 1001100 1101 11111 1000111 110110

Color Harmonies of #DD8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C35

Black with #DD8C35

Text Example


Text Example

White with #DD8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C35; }

 p { color: rgb(221,140,53); }

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

background-color css

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

 a { background-color: rgb(221,140,53); }

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

border-color css

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

 span { border-color: rgb(221,140,53); }

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