Html Css Color HEX #DF824D Jaffa

📋 copy color: '#DF824D'

red 223 ◦ green 130 ◦ blue 77

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

Shades of Jaffa #DF824D

Tints of Jaffa #DF824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 51.86%
G = 30.23%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF824D (or 0xDF824D) is known color: Jaffa. HEX triplet: DF, 82 and 4D. RGB value is (223,130,77). Sum of RGB (Red+Green+Blue) = 223+130+77=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF824D is #207DB2. Grayscale: #989898. Windows color (decimal): -2129331 or 5079775. OLE color: 5079775.

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

Color convert

RGB 223 130 77 -
CMYK 0 0.42 0.65 0.13
HSL 21.78º 0.7% 0.59% -
HSV(B) 21.78º 0.65% 0.87% -
XYZ 39.75 32.19 11.14 -
YUV 151.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 223 130 77 0 0.42 0.65 0.13 21.78 0.7 0.59
Hex DF 82 4D 0 2A 41 D 16 46 3B
Octal 337 202 115 0 52 101 15 26 106 73
Binary 11011111 10000010 1001101 0 101010 1000001 1101 10110 1000110 111011

Color Harmonies of #DF824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF824D

Black with #DF824D

Text Example


Text Example

White with #DF824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF824D; }

 p { color: rgb(223,130,77); }

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

background-color css

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

 a { background-color: rgb(223,130,77); }

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

border-color css

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

 span { border-color: rgb(223,130,77); }

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