Html Css Color HEX #DD804B Jaffa

📋 copy color: '#DD804B'

red 221 ◦ green 128 ◦ blue 75

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

Shades of Jaffa #DD804B

Tints of Jaffa #DD804B

RGB

 RED value IS 221 (86.72% from 255) = 52.12%

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

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

R = 52.12%
G = 30.19%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD804B (or 0xDD804B) is known color: Jaffa. HEX triplet: DD, 80 and 4B. RGB value is (221,128,75). Sum of RGB (Red+Green+Blue) = 221+128+75=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD804B is #227FB4. Grayscale: #969696. Windows color (decimal): -2260917 or 4948189. OLE color: 4948189.

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

Color convert

RGB 221 128 75 -
CMYK 0 0.42 0.66 0.13
HSL 21.78º 0.68% 0.58% -
HSV(B) 21.78º 0.66% 0.87% -
XYZ 38.81 31.32 10.66 -
YUV 149.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 221 128 75 0 0.42 0.66 0.13 21.78 0.68 0.58
Hex DD 80 4B 0 2A 42 D 16 44 3A
Octal 335 200 113 0 52 102 15 26 104 72
Binary 11011101 10000000 1001011 0 101010 1000010 1101 10110 1000100 111010

Color Harmonies of #DD804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD804B

Black with #DD804B

Text Example


Text Example

White with #DD804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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