Html Css Color HEX #DD754B Jaffa

📋 copy color: '#DD754B'

red 221 ◦ green 117 ◦ blue 75

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

Shades of Jaffa #DD754B

Tints of Jaffa #DD754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

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

R = 53.51%
G = 28.33%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD754B (or 0xDD754B) is known color: Jaffa. HEX triplet: DD, 75 and 4B. RGB value is (221,117,75). Sum of RGB (Red+Green+Blue) = 221+117+75=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD754B is #228AB4. Grayscale: #8F8F8F. Windows color (decimal): -2263733 or 4945373. OLE color: 4945373.

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

Color convert

RGB 221 117 75 -
CMYK 0 0.47 0.66 0.13
HSL 17.26º 0.68% 0.58% -
HSV(B) 17.26º 0.66% 0.87% -
XYZ 37.45 28.6 10.2 -
YUV 143.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 221 117 75 0 0.47 0.66 0.13 17.26 0.68 0.58
Hex DD 75 4B 0 2F 42 D 11 44 3A
Octal 335 165 113 0 57 102 15 21 104 72
Binary 11011101 1110101 1001011 0 101111 1000010 1101 10001 1000100 111010

Color Harmonies of #DD754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD754B

Black with #DD754B

Text Example


Text Example

White with #DD754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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