Html Css Color HEX #DD814F Jaffa

📋 copy color: '#DD814F'

red 221 ◦ green 129 ◦ blue 79

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

Shades of Jaffa #DD814F

Tints of Jaffa #DD814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 51.52%
G = 30.07%
B = 18.41%

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

#DD814F (or 0xDD814F) is known color: Jaffa. HEX triplet: DD, 81 and 4F. RGB value is (221,129,79). Sum of RGB (Red+Green+Blue) = 221+129+79=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD814F is #227EB0. Grayscale: #979797. Windows color (decimal): -2260657 or 5210589. OLE color: 5210589.

HSL color Cylindrical-coordinate representation of color #DD814F: hue angle of 21.13º degrees, saturation: 0.68, 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 #DD814F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 79 -
CMYK 0 0.42 0.64 0.13
HSL 21.13º 0.68% 0.59% -
HSV(B) 21.13º 0.64% 0.87% -
XYZ 39.08 31.64 11.44 -
YUV 150.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 221 129 79 0 0.42 0.64 0.13 21.13 0.68 0.59
Hex DD 81 4F 0 2A 40 D 15 44 3B
Octal 335 201 117 0 52 100 15 25 104 73
Binary 11011101 10000001 1001111 0 101010 1000000 1101 10101 1000100 111011

Color Harmonies of #DD814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD814F

Black with #DD814F

Text Example


Text Example

White with #DD814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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