Html Css Color HEX #DC804F Jaffa

📋 copy color: '#DC804F'

red 220 ◦ green 128 ◦ blue 79

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

Shades of Jaffa #DC804F

Tints of Jaffa #DC804F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

 BLUE value IS 79 (31.25% from 255) = 18.5%

R = 51.52%
G = 29.98%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC804F (or 0xDC804F) is known color: Jaffa. HEX triplet: DC, 80 and 4F. RGB value is (220,128,79). Sum of RGB (Red+Green+Blue) = 220+128+79=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC804F is #237FB0. Grayscale: #969696. Windows color (decimal): -2326449 or 5210332. OLE color: 5210332.

HSL color Cylindrical-coordinate representation of color #DC804F: hue angle of 20.85º 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 #DC804F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 79 -
CMYK 0 0.42 0.64 0.14
HSL 20.85º 0.67% 0.59% -
HSV(B) 20.85º 0.64% 0.86% -
XYZ 38.65 31.22 11.39 -
YUV 149.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 220 128 79 0 0.42 0.64 0.14 20.85 0.67 0.59
Hex DC 80 4F 0 2A 40 E 15 43 3B
Octal 334 200 117 0 52 100 16 25 103 73
Binary 11011100 10000000 1001111 0 101010 1000000 1110 10101 1000011 111011

Color Harmonies of #DC804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC804F

Black with #DC804F

Text Example


Text Example

White with #DC804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC804F; }

 p { color: rgb(220,128,79); }

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

background-color css

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

 a { background-color: rgb(220,128,79); }

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

border-color css

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

 span { border-color: rgb(220,128,79); }

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