Html Css Color HEX #DD814D Jaffa

📋 copy color: '#DD814D'

red 221 ◦ green 129 ◦ blue 77

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

Shades of Jaffa #DD814D

Tints of Jaffa #DD814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 51.76%
G = 30.21%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD814D (or 0xDD814D) is known color: Jaffa. HEX triplet: DD, 81 and 4D. RGB value is (221,129,77). Sum of RGB (Red+Green+Blue) = 221+129+77=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD814D is #227EB2. Grayscale: #969696. Windows color (decimal): -2260659 or 5079517. OLE color: 5079517.

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

Color convert

RGB 221 129 77 -
CMYK 0 0.42 0.65 0.13
HSL 21.67º 0.68% 0.58% -
HSV(B) 21.67º 0.65% 0.87% -
XYZ 39.01 31.61 11.07 -
YUV 150.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 221 129 77 0 0.42 0.65 0.13 21.67 0.68 0.58
Hex DD 81 4D 0 2A 41 D 16 44 3A
Octal 335 201 115 0 52 101 15 26 104 72
Binary 11011101 10000001 1001101 0 101010 1000001 1101 10110 1000100 111010

Color Harmonies of #DD814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD814D

Black with #DD814D

Text Example


Text Example

White with #DD814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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