Html Css Color HEX #DC8B37 California

📋 copy color: '#DC8B37'

red 220 ◦ green 139 ◦ blue 55

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

Shades of California #DC8B37

Tints of California #DC8B37

RGB

 RED value IS 220 (86.33% from 255) = 53.14%

 GREEN value IS 139 (54.69% from 255) = 33.57%

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

R = 53.14%
G = 33.57%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8B37 (or 0xDC8B37) is known color: California. HEX triplet: DC, 8B and 37. RGB value is (220,139,55). Sum of RGB (Red+Green+Blue) = 220+139+55=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B37 is #2374C8. Grayscale: #9A9A9A. Windows color (decimal): -2323657 or 3640284. OLE color: 3640284.

HSL color Cylindrical-coordinate representation of color #DC8B37: hue angle of 30.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC8B37 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 139 55 -
CMYK 0 0.37 0.75 0.14
HSL 30.55º 0.7% 0.54% -
HSV(B) 30.55º 0.75% 0.86% -
XYZ 39.44 33.96 8.09 -
YUV 153.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 220 139 55 0 0.37 0.75 0.14 30.55 0.7 0.54
Hex DC 8B 37 0 25 4B E 1F 46 36
Octal 334 213 67 0 45 113 16 37 106 66
Binary 11011100 10001011 110111 0 100101 1001011 1110 11111 1000110 110110

Color Harmonies of #DC8B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B37

Black with #DC8B37

Text Example


Text Example

White with #DC8B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B37; }

 p { color: rgb(220,139,55); }

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

background-color css

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

 a { background-color: rgb(220,139,55); }

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

border-color css

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

 span { border-color: rgb(220,139,55); }

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