Html Css Color HEX #DD834C Jaffa

📋 copy color: '#DD834C'

red 221 ◦ green 131 ◦ blue 76

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

Shades of Jaffa #DD834C

Tints of Jaffa #DD834C

RGB

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

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

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

R = 51.64%
G = 30.61%
B = 17.76%

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

#DD834C (or 0xDD834C) is known color: Jaffa. HEX triplet: DD, 83 and 4C. RGB value is (221,131,76). Sum of RGB (Red+Green+Blue) = 221+131+76=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD834C is #227CB3. Grayscale: #979797. Windows color (decimal): -2260148 or 5014493. OLE color: 5014493.

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

Color convert

RGB 221 131 76 -
CMYK 0 0.41 0.66 0.13
HSL 22.76º 0.68% 0.58% -
HSV(B) 22.76º 0.66% 0.87% -
XYZ 39.24 32.13 10.97 -
YUV 151.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 221 131 76 0 0.41 0.66 0.13 22.76 0.68 0.58
Hex DD 83 4C 0 29 42 D 17 44 3A
Octal 335 203 114 0 51 102 15 27 104 72
Binary 11011101 10000011 1001100 0 101001 1000010 1101 10111 1000100 111010

Color Harmonies of #DD834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD834C

Black with #DD834C

Text Example


Text Example

White with #DD834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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