Html Css Color HEX #DA753D Jaffa

📋 copy color: '#DA753D'

red 218 ◦ green 117 ◦ blue 61

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

Shades of Jaffa #DA753D

Tints of Jaffa #DA753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 55.05%
G = 29.55%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA753D (or 0xDA753D) is known color: Jaffa. HEX triplet: DA, 75 and 3D. RGB value is (218,117,61). Sum of RGB (Red+Green+Blue) = 218+117+61=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA753D is #258AC2. Grayscale: #8D8D8D. Windows color (decimal): -2460355 or 4027866. OLE color: 4027866.

HSL color Cylindrical-coordinate representation of color #DA753D: hue angle of 21.4º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA753D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 61 -
CMYK 0 0.46 0.72 0.15
HSL 21.4º 0.68% 0.55% -
HSV(B) 21.4º 0.72% 0.85% -
XYZ 36.12 27.96 7.91 -
YUV 140.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 218 117 61 0 0.46 0.72 0.15 21.4 0.68 0.55
Hex DA 75 3D 0 2E 48 F 15 44 37
Octal 332 165 75 0 56 110 17 25 104 67
Binary 11011010 1110101 111101 0 101110 1001000 1111 10101 1000100 110111

Color Harmonies of #DA753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA753D

Black with #DA753D

Text Example


Text Example

White with #DA753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA753D; }

 p { color: rgb(218,117,61); }

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

background-color css

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

 a { background-color: rgb(218,117,61); }

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

border-color css

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

 span { border-color: rgb(218,117,61); }

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