Html Css Color HEX #DD834B Jaffa

📋 copy color: '#DD834B'

red 221 ◦ green 131 ◦ blue 75

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

Shades of Jaffa #DD834B

Tints of Jaffa #DD834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

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

R = 51.76%
G = 30.68%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD834B (or 0xDD834B) is known color: Jaffa. HEX triplet: DD, 83 and 4B. RGB value is (221,131,75). Sum of RGB (Red+Green+Blue) = 221+131+75=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD834B is #227CB4. Grayscale: #979797. Windows color (decimal): -2260149 or 4948957. OLE color: 4948957.

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

Color convert

RGB 221 131 75 -
CMYK 0 0.41 0.66 0.13
HSL 23.01º 0.68% 0.58% -
HSV(B) 23.01º 0.66% 0.87% -
XYZ 39.21 32.11 10.79 -
YUV 151.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 221 131 75 0 0.41 0.66 0.13 23.01 0.68 0.58
Hex DD 83 4B 0 29 42 D 17 44 3A
Octal 335 203 113 0 51 102 15 27 104 72
Binary 11011101 10000011 1001011 0 101001 1000010 1101 10111 1000100 111010

Color Harmonies of #DD834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD834B

Black with #DD834B

Text Example


Text Example

White with #DD834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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