Html Css Color HEX #DF824C Jaffa

📋 copy color: '#DF824C'

red 223 ◦ green 130 ◦ blue 76

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

Shades of Jaffa #DF824C

Tints of Jaffa #DF824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.72%

R = 51.98%
G = 30.3%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF824C (or 0xDF824C) is known color: Jaffa. HEX triplet: DF, 82 and 4C. RGB value is (223,130,76). Sum of RGB (Red+Green+Blue) = 223+130+76=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF824C is #207DB3. Grayscale: #979797. Windows color (decimal): -2129332 or 5014239. OLE color: 5014239.

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

Color convert

RGB 223 130 76 -
CMYK 0 0.42 0.66 0.13
HSL 22.04º 0.7% 0.59% -
HSV(B) 22.04º 0.66% 0.87% -
XYZ 39.72 32.18 10.95 -
YUV 151.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 223 130 76 0 0.42 0.66 0.13 22.04 0.7 0.59
Hex DF 82 4C 0 2A 42 D 16 46 3B
Octal 337 202 114 0 52 102 15 26 106 73
Binary 11011111 10000010 1001100 0 101010 1000010 1101 10110 1000110 111011

Color Harmonies of #DF824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF824C

Black with #DF824C

Text Example


Text Example

White with #DF824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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