Html Css Color HEX #DC7D51 Jaffa

📋 copy color: '#DC7D51'

red 220 ◦ green 125 ◦ blue 81

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

Shades of Jaffa #DC7D51

Tints of Jaffa #DC7D51

RGB

 RED value IS 220 (86.33% from 255) = 51.64%

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 81 (32.03% from 255) = 19.01%

R = 51.64%
G = 29.34%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC7D51 (or 0xDC7D51) is known color: Jaffa. HEX triplet: DC, 7D and 51. RGB value is (220,125,81). Sum of RGB (Red+Green+Blue) = 220+125+81=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D51 is #2382AE. Grayscale: #949494. Windows color (decimal): -2327215 or 5340636. OLE color: 5340636.

HSL color Cylindrical-coordinate representation of color #DC7D51: hue angle of 18.99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC7D51 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 125 81 -
CMYK 0 0.43 0.63 0.14
HSL 18.99º 0.67% 0.59% -
HSV(B) 18.99º 0.63% 0.86% -
XYZ 38.33 30.48 11.65 -
YUV 148.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 220 125 81 0 0.43 0.63 0.14 18.99 0.67 0.59
Hex DC 7D 51 0 2B 3F E 13 43 3B
Octal 334 175 121 0 53 77 16 23 103 73
Binary 11011100 1111101 1010001 0 101011 111111 1110 10011 1000011 111011

Color Harmonies of #DC7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D51

Black with #DC7D51

Text Example


Text Example

White with #DC7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D51; }

 p { color: rgb(220,125,81); }

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

background-color css

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

 a { background-color: rgb(220,125,81); }

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

border-color css

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

 span { border-color: rgb(220,125,81); }

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