Html Css Color HEX #DD763D Jaffa

📋 copy color: '#DD763D'

red 221 ◦ green 118 ◦ blue 61

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

Shades of Jaffa #DD763D

Tints of Jaffa #DD763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 61 (24.22% from 255) = 15.25%

R = 55.25%
G = 29.5%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD763D (or 0xDD763D) is known color: Jaffa. HEX triplet: DD, 76 and 3D. RGB value is (221,118,61). Sum of RGB (Red+Green+Blue) = 221+118+61=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD763D is #2289C2. Grayscale: #8E8E8E. Windows color (decimal): -2263491 or 4028125. OLE color: 4028125.

HSL color Cylindrical-coordinate representation of color #DD763D: hue angle of 21.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD763D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 61 -
CMYK 0 0.47 0.72 0.13
HSL 21.38º 0.7% 0.55% -
HSV(B) 21.38º 0.72% 0.87% -
XYZ 37.14 28.67 7.99 -
YUV 142.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 221 118 61 0 0.47 0.72 0.13 21.38 0.7 0.55
Hex DD 76 3D 0 2F 48 D 15 46 37
Octal 335 166 75 0 57 110 15 25 106 67
Binary 11011101 1110110 111101 0 101111 1001000 1101 10101 1000110 110111

Color Harmonies of #DD763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD763D

Black with #DD763D

Text Example


Text Example

White with #DD763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD763D; }

 p { color: rgb(221,118,61); }

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

background-color css

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

 a { background-color: rgb(221,118,61); }

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

border-color css

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

 span { border-color: rgb(221,118,61); }

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