Html Css Color HEX #DC7F52 Jaffa

📋 copy color: '#DC7F52'

red 220 ◦ green 127 ◦ blue 82

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

Shades of Jaffa #DC7F52

Tints of Jaffa #DC7F52

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 51.28%
G = 29.6%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC7F52 (or 0xDC7F52) is known color: Jaffa. HEX triplet: DC, 7F and 52. RGB value is (220,127,82). Sum of RGB (Red+Green+Blue) = 220+127+82=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F52 is #2380AD. Grayscale: #959595. Windows color (decimal): -2326702 or 5406684. OLE color: 5406684.

HSL color Cylindrical-coordinate representation of color #DC7F52: hue angle of 19.57º degrees, saturation: 0.66, 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 #DC7F52 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 82 -
CMYK 0 0.42 0.63 0.14
HSL 19.57º 0.66% 0.59% -
HSV(B) 19.57º 0.63% 0.86% -
XYZ 38.63 31 11.93 -
YUV 149.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 220 127 82 0 0.42 0.63 0.14 19.57 0.66 0.59
Hex DC 7F 52 0 2A 3F E 14 42 3B
Octal 334 177 122 0 52 77 16 24 102 73
Binary 11011100 1111111 1010010 0 101010 111111 1110 10100 1000010 111011

Color Harmonies of #DC7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F52

Black with #DC7F52

Text Example


Text Example

White with #DC7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F52; }

 p { color: rgb(220,127,82); }

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

background-color css

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

 a { background-color: rgb(220,127,82); }

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

border-color css

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

 span { border-color: rgb(220,127,82); }

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