Html Css Color HEX #DC814F Jaffa

📋 copy color: '#DC814F'

red 220 ◦ green 129 ◦ blue 79

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

Shades of Jaffa #DC814F

Tints of Jaffa #DC814F

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

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

 BLUE value IS 79 (31.25% from 255) = 18.46%

R = 51.4%
G = 30.14%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC814F (or 0xDC814F) is known color: Jaffa. HEX triplet: DC, 81 and 4F. RGB value is (220,129,79). Sum of RGB (Red+Green+Blue) = 220+129+79=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC814F is #237EB0. Grayscale: #969696. Windows color (decimal): -2326193 or 5210588. OLE color: 5210588.

HSL color Cylindrical-coordinate representation of color #DC814F: hue angle of 21.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC814F is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 79 -
CMYK 0 0.41 0.64 0.14
HSL 21.28º 0.67% 0.59% -
HSV(B) 21.28º 0.64% 0.86% -
XYZ 38.78 31.48 11.43 -
YUV 150.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 220 129 79 0 0.41 0.64 0.14 21.28 0.67 0.59
Hex DC 81 4F 0 29 40 E 15 43 3B
Octal 334 201 117 0 51 100 16 25 103 73
Binary 11011100 10000001 1001111 0 101001 1000000 1110 10101 1000011 111011

Color Harmonies of #DC814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC814F

Black with #DC814F

Text Example


Text Example

White with #DC814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC814F; }

 p { color: rgb(220,129,79); }

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

background-color css

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

 a { background-color: rgb(220,129,79); }

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

border-color css

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

 span { border-color: rgb(220,129,79); }

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