Html Css Color HEX #DF7D4B Jaffa

📋 copy color: '#DF7D4B'

red 223 ◦ green 125 ◦ blue 75

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

Shades of Jaffa #DF7D4B

Tints of Jaffa #DF7D4B

RGB

 RED value IS 223 (87.5% from 255) = 52.72%

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

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

R = 52.72%
G = 29.55%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF7D4B (or 0xDF7D4B) is known color: Jaffa. HEX triplet: DF, 7D and 4B. RGB value is (223,125,75). Sum of RGB (Red+Green+Blue) = 223+125+75=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D4B is #2082B4. Grayscale: #949494. Windows color (decimal): -2130613 or 4947423. OLE color: 4947423.

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

Color convert

RGB 223 125 75 -
CMYK 0 0.44 0.66 0.13
HSL 20.27º 0.7% 0.58% -
HSV(B) 20.27º 0.66% 0.87% -
XYZ 39.04 30.86 10.56 -
YUV 148.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 223 125 75 0 0.44 0.66 0.13 20.27 0.7 0.58
Hex DF 7D 4B 0 2C 42 D 14 46 3A
Octal 337 175 113 0 54 102 15 24 106 72
Binary 11011111 1111101 1001011 0 101100 1000010 1101 10100 1000110 111010

Color Harmonies of #DF7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D4B

Black with #DF7D4B

Text Example


Text Example

White with #DF7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D4B; }

 p { color: rgb(223,125,75); }

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

background-color css

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

 a { background-color: rgb(223,125,75); }

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

border-color css

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

 span { border-color: rgb(223,125,75); }

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