Html Css Color HEX #DF814A Jaffa

📋 copy color: '#DF814A'

red 223 ◦ green 129 ◦ blue 74

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

Shades of Jaffa #DF814A

Tints of Jaffa #DF814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.28%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 52.35%
G = 30.28%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF814A (or 0xDF814A) is known color: Jaffa. HEX triplet: DF, 81 and 4A. RGB value is (223,129,74). Sum of RGB (Red+Green+Blue) = 223+129+74=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF814A is #207EB5. Grayscale: #979797. Windows color (decimal): -2129590 or 4882911. OLE color: 4882911.

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

Color convert

RGB 223 129 74 -
CMYK 0 0.42 0.67 0.13
HSL 22.15º 0.7% 0.58% -
HSV(B) 22.15º 0.67% 0.87% -
XYZ 39.52 31.88 10.55 -
YUV 150.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 223 129 74 0 0.42 0.67 0.13 22.15 0.7 0.58
Hex DF 81 4A 0 2A 43 D 16 46 3A
Octal 337 201 112 0 52 103 15 26 106 72
Binary 11011111 10000001 1001010 0 101010 1000011 1101 10110 1000110 111010

Color Harmonies of #DF814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF814A

Black with #DF814A

Text Example


Text Example

White with #DF814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF814A; }

 p { color: rgb(223,129,74); }

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

background-color css

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

 a { background-color: rgb(223,129,74); }

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

border-color css

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

 span { border-color: rgb(223,129,74); }

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