Html Css Color HEX #DC7D54 Jaffa

📋 copy color: '#DC7D54'

red 220 ◦ green 125 ◦ blue 84

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

Shades of Jaffa #DC7D54

Tints of Jaffa #DC7D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.58%

R = 51.28%
G = 29.14%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7D54 (or 0xDC7D54) is known color: Jaffa. HEX triplet: DC, 7D and 54. RGB value is (220,125,84). Sum of RGB (Red+Green+Blue) = 220+125+84=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D54 is #2382AB. Grayscale: #949494. Windows color (decimal): -2327212 or 5537244. OLE color: 5537244.

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

Color convert

RGB 220 125 84 -
CMYK 0 0.43 0.62 0.14
HSL 18.09º 0.66% 0.6% -
HSV(B) 18.09º 0.62% 0.86% -
XYZ 38.45 30.52 12.25 -
YUV 148.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 220 125 84 0 0.43 0.62 0.14 18.09 0.66 0.6
Hex DC 7D 54 0 2B 3E E 12 42 3C
Octal 334 175 124 0 53 76 16 22 102 74
Binary 11011100 1111101 1010100 0 101011 111110 1110 10010 1000010 111100

Color Harmonies of #DC7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D54

Black with #DC7D54

Text Example


Text Example

White with #DC7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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