Html Css Color HEX #DD814A Jaffa

📋 copy color: '#DD814A'

red 221 ◦ green 129 ◦ blue 74

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

Shades of Jaffa #DD814A

Tints of Jaffa #DD814A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 52.12%
G = 30.42%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD814A (or 0xDD814A) is known color: Jaffa. HEX triplet: DD, 81 and 4A. RGB value is (221,129,74). Sum of RGB (Red+Green+Blue) = 221+129+74=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD814A is #227EB5. Grayscale: #969696. Windows color (decimal): -2260662 or 4882909. OLE color: 4882909.

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

Color convert

RGB 221 129 74 -
CMYK 0 0.42 0.67 0.13
HSL 22.45º 0.68% 0.58% -
HSV(B) 22.45º 0.67% 0.87% -
XYZ 38.91 31.57 10.52 -
YUV 150.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 221 129 74 0 0.42 0.67 0.13 22.45 0.68 0.58
Hex DD 81 4A 0 2A 43 D 16 44 3A
Octal 335 201 112 0 52 103 15 26 104 72
Binary 11011101 10000001 1001010 0 101010 1000011 1101 10110 1000100 111010

Color Harmonies of #DD814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD814A

Black with #DD814A

Text Example


Text Example

White with #DD814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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