Html Css Color HEX #DF691A Chocolate

📋 copy color: '#DF691A'

red 223 ◦ green 105 ◦ blue 26

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

Shades of Chocolate #DF691A

Tints of Chocolate #DF691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 62.99%
G = 29.66%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF691A (or 0xDF691A) is known color: Chocolate. HEX triplet: DF, 69 and 1A. RGB value is (223,105,26). Sum of RGB (Red+Green+Blue) = 223+105+26=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF691A is #2096E5. Grayscale: #838383. Windows color (decimal): -2135782 or 1731039. OLE color: 1731039.

HSL color Cylindrical-coordinate representation of color #DF691A: hue angle of 24.06º 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 #DF691A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 105 26 -
CMYK 0 0.53 0.88 0.13
HSL 24.06º 0.79% 0.49% -
HSV(B) 24.06º 0.88% 0.87% -
XYZ 35.67 25.87 4.09 -
YUV 131.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 223 105 26 0 0.53 0.88 0.13 24.06 0.79 0.49
Hex DF 69 1A 0 35 58 D 18 4F 31
Octal 337 151 32 0 65 130 15 30 117 61
Binary 11011111 1101001 11010 0 110101 1011000 1101 11000 1001111 110001

Color Harmonies of #DF691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF691A

Black with #DF691A

Text Example


Text Example

White with #DF691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF691A; }

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

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

background-color css

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

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

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

border-color css

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

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

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