Html Css Color HEX #DC7B4B Jaffa

📋 copy color: '#DC7B4B'

red 220 ◦ green 123 ◦ blue 75

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

Shades of Jaffa #DC7B4B

Tints of Jaffa #DC7B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

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

R = 52.63%
G = 29.43%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC7B4B (or 0xDC7B4B) is known color: Jaffa. HEX triplet: DC, 7B and 4B. RGB value is (220,123,75). Sum of RGB (Red+Green+Blue) = 220+123+75=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B4B is #2384B4. Grayscale: #929292. Windows color (decimal): -2327733 or 4946908. OLE color: 4946908.

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

Color convert

RGB 220 123 75 -
CMYK 0 0.44 0.66 0.14
HSL 19.86º 0.67% 0.58% -
HSV(B) 19.86º 0.66% 0.86% -
XYZ 37.87 29.89 10.43 -
YUV 146.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 220 123 75 0 0.44 0.66 0.14 19.86 0.67 0.58
Hex DC 7B 4B 0 2C 42 E 14 43 3A
Octal 334 173 113 0 54 102 16 24 103 72
Binary 11011100 1111011 1001011 0 101100 1000010 1110 10100 1000011 111010

Color Harmonies of #DC7B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B4B

Black with #DC7B4B

Text Example


Text Example

White with #DC7B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B4B; }

 p { color: rgb(220,123,75); }

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

background-color css

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

 a { background-color: rgb(220,123,75); }

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

border-color css

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

 span { border-color: rgb(220,123,75); }

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