Html Css Color HEX #DD814C Jaffa

📋 copy color: '#DD814C'

red 221 ◦ green 129 ◦ blue 76

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

Shades of Jaffa #DD814C

Tints of Jaffa #DD814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 51.88%
G = 30.28%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD814C (or 0xDD814C) is known color: Jaffa. HEX triplet: DD, 81 and 4C. RGB value is (221,129,76). Sum of RGB (Red+Green+Blue) = 221+129+76=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD814C is #227EB3. Grayscale: #969696. Windows color (decimal): -2260660 or 5013981. OLE color: 5013981.

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

Color convert

RGB 221 129 76 -
CMYK 0 0.42 0.66 0.13
HSL 21.93º 0.68% 0.58% -
HSV(B) 21.93º 0.66% 0.87% -
XYZ 38.97 31.59 10.88 -
YUV 150.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 221 129 76 0 0.42 0.66 0.13 21.93 0.68 0.58
Hex DD 81 4C 0 2A 42 D 16 44 3A
Octal 335 201 114 0 52 102 15 26 104 72
Binary 11011101 10000001 1001100 0 101010 1000010 1101 10110 1000100 111010

Color Harmonies of #DD814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD814C

Black with #DD814C

Text Example


Text Example

White with #DD814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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