Html Css Color HEX #DD8153 Jaffa

📋 copy color: '#DD8153'

red 221 ◦ green 129 ◦ blue 83

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

Shades of Jaffa #DD8153

Tints of Jaffa #DD8153

RGB

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

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

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

R = 51.04%
G = 29.79%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8153 (or 0xDD8153) is known color: Jaffa. HEX triplet: DD, 81 and 53. RGB value is (221,129,83). Sum of RGB (Red+Green+Blue) = 221+129+83=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8153 is #227EAC. Grayscale: #979797. Windows color (decimal): -2260653 or 5472733. OLE color: 5472733.

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

Color convert

RGB 221 129 83 -
CMYK 0 0.42 0.62 0.13
HSL 20º 0.67% 0.6% -
HSV(B) 20º 0.62% 0.87% -
XYZ 39.23 31.7 12.23 -
YUV 151.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 221 129 83 0 0.42 0.62 0.13 20 0.67 0.6
Hex DD 81 53 0 2A 3E D 14 43 3C
Octal 335 201 123 0 52 76 15 24 103 74
Binary 11011101 10000001 1010011 0 101010 111110 1101 10100 1000011 111100

Color Harmonies of #DD8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8153

Black with #DD8153

Text Example


Text Example

White with #DD8153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8153; }

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

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

background-color css

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

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

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

border-color css

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

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

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