Html Css Color HEX #DD8150 Jaffa

📋 copy color: '#DD8150'

red 221 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #DD8150

Tints of Jaffa #DD8150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 51.4%
G = 30%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8150 (or 0xDD8150) is known color: Jaffa. HEX triplet: DD, 81 and 50. RGB value is (221,129,80). Sum of RGB (Red+Green+Blue) = 221+129+80=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8150 is #227EAF. Grayscale: #979797. Windows color (decimal): -2260656 or 5276125. OLE color: 5276125.

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

Color convert

RGB 221 129 80 -
CMYK 0 0.42 0.64 0.13
HSL 20.85º 0.67% 0.59% -
HSV(B) 20.85º 0.64% 0.87% -
XYZ 39.12 31.65 11.64 -
YUV 150.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 221 129 80 0 0.42 0.64 0.13 20.85 0.67 0.59
Hex DD 81 50 0 2A 40 D 15 43 3B
Octal 335 201 120 0 52 100 15 25 103 73
Binary 11011101 10000001 1010000 0 101010 1000000 1101 10101 1000011 111011

Color Harmonies of #DD8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8150

Black with #DD8150

Text Example


Text Example

White with #DD8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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