Html Css Color HEX #DD8D36 California

📋 copy color: '#DD8D36'

red 221 ◦ green 141 ◦ blue 54

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

Shades of California #DD8D36

Tints of California #DD8D36

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 53.13%
G = 33.89%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8D36 (or 0xDD8D36) is known color: California. HEX triplet: DD, 8D and 36. RGB value is (221,141,54). Sum of RGB (Red+Green+Blue) = 221+141+54=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D36 is #2272C9. Grayscale: #9B9B9B. Windows color (decimal): -2257610 or 3575261. OLE color: 3575261.

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

Color convert

RGB 221 141 54 -
CMYK 0 0.36 0.76 0.13
HSL 31.26º 0.71% 0.54% -
HSV(B) 31.26º 0.76% 0.87% -
XYZ 40.01 34.69 8.08 -
YUV 155 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 221 141 54 0 0.36 0.76 0.13 31.26 0.71 0.54
Hex DD 8D 36 0 24 4C D 1F 47 36
Octal 335 215 66 0 44 114 15 37 107 66
Binary 11011101 10001101 110110 0 100100 1001100 1101 11111 1000111 110110

Color Harmonies of #DD8D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D36

Black with #DD8D36

Text Example


Text Example

White with #DD8D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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