Html Css Color HEX #DA7D54 Jaffa

📋 copy color: '#DA7D54'

red 218 ◦ green 125 ◦ blue 84

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

Shades of Jaffa #DA7D54

Tints of Jaffa #DA7D54

RGB

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

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

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

R = 51.05%
G = 29.27%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7D54 (or 0xDA7D54) is known color: Jaffa. HEX triplet: DA, 7D and 54. RGB value is (218,125,84). Sum of RGB (Red+Green+Blue) = 218+125+84=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D54 is #2582AB. Grayscale: #949494. Windows color (decimal): -2458284 or 5537242. OLE color: 5537242.

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

Color convert

RGB 218 125 84 -
CMYK 0 0.43 0.61 0.15
HSL 18.36º 0.64% 0.59% -
HSV(B) 18.36º 0.61% 0.85% -
XYZ 37.85 30.21 12.22 -
YUV 148.13 91.81 177.83 -
System Red Green Blue C M Y K H S L
Decimal 218 125 84 0 0.43 0.61 0.15 18.36 0.64 0.59
Hex DA 7D 54 0 2B 3D F 12 40 3B
Octal 332 175 124 0 53 75 17 22 100 73
Binary 11011010 1111101 1010100 0 101011 111101 1111 10010 1000000 111011

Color Harmonies of #DA7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D54

Black with #DA7D54

Text Example


Text Example

White with #DA7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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