Html Css Color HEX #DC8153 Jaffa

📋 copy color: '#DC8153'

red 220 ◦ green 129 ◦ blue 83

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

Shades of Jaffa #DC8153

Tints of Jaffa #DC8153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

 BLUE value IS 83 (32.81% from 255) = 19.21%

R = 50.93%
G = 29.86%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8153 (or 0xDC8153) is known color: Jaffa. HEX triplet: DC, 81 and 53. RGB value is (220,129,83). Sum of RGB (Red+Green+Blue) = 220+129+83=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8153 is #237EAC. Grayscale: #979797. Windows color (decimal): -2326189 or 5472732. OLE color: 5472732.

HSL color Cylindrical-coordinate representation of color #DC8153: hue angle of 20.15º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC8153 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 83 -
CMYK 0 0.41 0.62 0.14
HSL 20.15º 0.66% 0.59% -
HSV(B) 20.15º 0.62% 0.86% -
XYZ 38.93 31.54 12.22 -
YUV 150.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 220 129 83 0 0.41 0.62 0.14 20.15 0.66 0.59
Hex DC 81 53 0 29 3E E 14 42 3B
Octal 334 201 123 0 51 76 16 24 102 73
Binary 11011100 10000001 1010011 0 101001 111110 1110 10100 1000010 111011

Color Harmonies of #DC8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8153

Black with #DC8153

Text Example


Text Example

White with #DC8153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8153; }

 p { color: rgb(220,129,83); }

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

background-color css

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

 a { background-color: rgb(220,129,83); }

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

border-color css

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

 span { border-color: rgb(220,129,83); }

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