Html Css Color HEX #DC804B Jaffa

📋 copy color: '#DC804B'

red 220 ◦ green 128 ◦ blue 75

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

Shades of Jaffa #DC804B

Tints of Jaffa #DC804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 52.01%
G = 30.26%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC804B (or 0xDC804B) is known color: Jaffa. HEX triplet: DC, 80 and 4B. RGB value is (220,128,75). Sum of RGB (Red+Green+Blue) = 220+128+75=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC804B is #237FB4. Grayscale: #959595. Windows color (decimal): -2326453 or 4948188. OLE color: 4948188.

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

Color convert

RGB 220 128 75 -
CMYK 0 0.42 0.66 0.14
HSL 21.93º 0.67% 0.58% -
HSV(B) 21.93º 0.66% 0.86% -
XYZ 38.5 31.16 10.64 -
YUV 149.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 220 128 75 0 0.42 0.66 0.14 21.93 0.67 0.58
Hex DC 80 4B 0 2A 42 E 16 43 3A
Octal 334 200 113 0 52 102 16 26 103 72
Binary 11011100 10000000 1001011 0 101010 1000010 1110 10110 1000011 111010

Color Harmonies of #DC804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC804B

Black with #DC804B

Text Example


Text Example

White with #DC804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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