Html Css Color HEX #DD8D37 California

📋 copy color: '#DD8D37'

red 221 ◦ green 141 ◦ blue 55

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

Shades of California #DD8D37

Tints of California #DD8D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.19%

R = 53%
G = 33.81%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD8D37 (or 0xDD8D37) is known color: California. HEX triplet: DD, 8D and 37. RGB value is (221,141,55). Sum of RGB (Red+Green+Blue) = 221+141+55=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D37 is #2272C8. Grayscale: #9B9B9B. Windows color (decimal): -2257609 or 3640797. OLE color: 3640797.

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

Color convert

RGB 221 141 55 -
CMYK 0 0.36 0.75 0.13
HSL 31.08º 0.71% 0.54% -
HSV(B) 31.08º 0.75% 0.87% -
XYZ 40.03 34.7 8.2 -
YUV 155.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 221 141 55 0 0.36 0.75 0.13 31.08 0.71 0.54
Hex DD 8D 37 0 24 4B D 1F 47 36
Octal 335 215 67 0 44 113 15 37 107 66
Binary 11011101 10001101 110111 0 100100 1001011 1101 11111 1000111 110110

Color Harmonies of #DD8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D37

Black with #DD8D37

Text Example


Text Example

White with #DD8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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