Html Css Color HEX #DF6A1A Chocolate

📋 copy color: '#DF6A1A'

red 223 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #DF6A1A

Tints of Chocolate #DF6A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 62.82%
G = 29.86%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF6A1A (or 0xDF6A1A) is known color: Chocolate. HEX triplet: DF, 6A and 1A. RGB value is (223,106,26). Sum of RGB (Red+Green+Blue) = 223+106+26=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A1A is #2095E5. Grayscale: #848484. Windows color (decimal): -2135526 or 1731295. OLE color: 1731295.

HSL color Cylindrical-coordinate representation of color #DF6A1A: hue angle of 24.37º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF6A1A is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 106 26 -
CMYK 0 0.52 0.88 0.13
HSL 24.37º 0.79% 0.49% -
HSV(B) 24.37º 0.88% 0.87% -
XYZ 35.77 26.07 4.12 -
YUV 131.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 223 106 26 0 0.52 0.88 0.13 24.37 0.79 0.49
Hex DF 6A 1A 0 34 58 D 18 4F 31
Octal 337 152 32 0 64 130 15 30 117 61
Binary 11011111 1101010 11010 0 110100 1011000 1101 11000 1001111 110001

Color Harmonies of #DF6A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A1A

Black with #DF6A1A

Text Example


Text Example

White with #DF6A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A1A; }

 p { color: rgb(223,106,26); }

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

background-color css

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

 a { background-color: rgb(223,106,26); }

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

border-color css

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

 span { border-color: rgb(223,106,26); }

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