Html Css Color HEX #DD8152 Jaffa

📋 copy color: '#DD8152'

red 221 ◦ green 129 ◦ blue 82

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

Shades of Jaffa #DD8152

Tints of Jaffa #DD8152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.98%

R = 51.16%
G = 29.86%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD8152 (or 0xDD8152) is known color: Jaffa. HEX triplet: DD, 81 and 52. RGB value is (221,129,82). Sum of RGB (Red+Green+Blue) = 221+129+82=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8152 is #227EAD. Grayscale: #979797. Windows color (decimal): -2260654 or 5407197. OLE color: 5407197.

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

Color convert

RGB 221 129 82 -
CMYK 0 0.42 0.63 0.13
HSL 20.29º 0.67% 0.59% -
HSV(B) 20.29º 0.63% 0.87% -
XYZ 39.19 31.68 12.03 -
YUV 151.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 221 129 82 0 0.42 0.63 0.13 20.29 0.67 0.59
Hex DD 81 52 0 2A 3F D 14 43 3B
Octal 335 201 122 0 52 77 15 24 103 73
Binary 11011101 10000001 1010010 0 101010 111111 1101 10100 1000011 111011

Color Harmonies of #DD8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8152

Black with #DD8152

Text Example


Text Example

White with #DD8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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