Html Css Color HEX #DA7B53 Jaffa

📋 copy color: '#DA7B53'

red 218 ◦ green 123 ◦ blue 83

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

Shades of Jaffa #DA7B53

Tints of Jaffa #DA7B53

RGB

 RED value IS 218 (85.55% from 255) = 51.42%

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

 BLUE value IS 83 (32.81% from 255) = 19.58%

R = 51.42%
G = 29.01%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7B53 (or 0xDA7B53) is known color: Jaffa. HEX triplet: DA, 7B and 53. RGB value is (218,123,83). Sum of RGB (Red+Green+Blue) = 218+123+83=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B53 is #2584AC. Grayscale: #939393. Windows color (decimal): -2458797 or 5471194. OLE color: 5471194.

HSL color Cylindrical-coordinate representation of color #DA7B53: hue angle of 17.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7B53 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 83 -
CMYK 0 0.44 0.62 0.15
HSL 17.78º 0.65% 0.59% -
HSV(B) 17.78º 0.62% 0.85% -
XYZ 37.56 29.7 11.94 -
YUV 146.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 218 123 83 0 0.44 0.62 0.15 17.78 0.65 0.59
Hex DA 7B 53 0 2C 3E F 12 41 3B
Octal 332 173 123 0 54 76 17 22 101 73
Binary 11011010 1111011 1010011 0 101100 111110 1111 10010 1000001 111011

Color Harmonies of #DA7B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B53

Black with #DA7B53

Text Example


Text Example

White with #DA7B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B53; }

 p { color: rgb(218,123,83); }

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

background-color css

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

 a { background-color: rgb(218,123,83); }

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

border-color css

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

 span { border-color: rgb(218,123,83); }

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