Html Css Color HEX #DD814B Jaffa

📋 copy color: '#DD814B'

red 221 ◦ green 129 ◦ blue 75

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

Shades of Jaffa #DD814B

Tints of Jaffa #DD814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 52%
G = 30.35%
B = 17.65%

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

#DD814B (or 0xDD814B) is known color: Jaffa. HEX triplet: DD, 81 and 4B. RGB value is (221,129,75). Sum of RGB (Red+Green+Blue) = 221+129+75=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD814B is #227EB4. Grayscale: #969696. Windows color (decimal): -2260661 or 4948445. OLE color: 4948445.

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

Color convert

RGB 221 129 75 -
CMYK 0 0.42 0.66 0.13
HSL 22.19º 0.68% 0.58% -
HSV(B) 22.19º 0.66% 0.87% -
XYZ 38.94 31.58 10.7 -
YUV 150.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 221 129 75 0 0.42 0.66 0.13 22.19 0.68 0.58
Hex DD 81 4B 0 2A 42 D 16 44 3A
Octal 335 201 113 0 52 102 15 26 104 72
Binary 11011101 10000001 1001011 0 101010 1000010 1101 10110 1000100 111010

Color Harmonies of #DD814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD814B

Black with #DD814B

Text Example


Text Example

White with #DD814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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