Html Css Color HEX #DC8150 Jaffa

📋 copy color: '#DC8150'

red 220 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #DC8150

Tints of Jaffa #DC8150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 51.28%
G = 30.07%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8150 (or 0xDC8150) is known color: Jaffa. HEX triplet: DC, 81 and 50. RGB value is (220,129,80). Sum of RGB (Red+Green+Blue) = 220+129+80=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8150 is #237EAF. Grayscale: #969696. Windows color (decimal): -2326192 or 5276124. OLE color: 5276124.

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

Color convert

RGB 220 129 80 -
CMYK 0 0.41 0.64 0.14
HSL 21º 0.67% 0.59% -
HSV(B) 21º 0.64% 0.86% -
XYZ 38.81 31.5 11.62 -
YUV 150.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 220 129 80 0 0.41 0.64 0.14 21 0.67 0.59
Hex DC 81 50 0 29 40 E 15 43 3B
Octal 334 201 120 0 51 100 16 25 103 73
Binary 11011100 10000001 1010000 0 101001 1000000 1110 10101 1000011 111011

Color Harmonies of #DC8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8150

Black with #DC8150

Text Example


Text Example

White with #DC8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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