Html Css Color HEX #DF690F Chocolate

📋 copy color: '#DF690F'

red 223 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #DF690F

Tints of Chocolate #DF690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 65.01%
G = 30.61%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF690F (or 0xDF690F) is known color: Chocolate. HEX triplet: DF, 69 and 0F. RGB value is (223,105,15). Sum of RGB (Red+Green+Blue) = 223+105+15=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF690F is #2096F0. Grayscale: #828282. Windows color (decimal): -2135793 or 1010143. OLE color: 1010143.

HSL color Cylindrical-coordinate representation of color #DF690F: hue angle of 25.96º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF690F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 105 15 -
CMYK 0 0.53 0.93 0.13
HSL 25.96º 0.87% 0.47% -
HSV(B) 25.96º 0.93% 0.87% -
XYZ 35.57 25.83 3.56 -
YUV 130.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 223 105 15 0 0.53 0.93 0.13 25.96 0.87 0.47
Hex DF 69 F 0 35 5D D 1A 57 2F
Octal 337 151 17 0 65 135 15 32 127 57
Binary 11011111 1101001 1111 0 110101 1011101 1101 11010 1010111 101111

Color Harmonies of #DF690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF690F

Black with #DF690F

Text Example


Text Example

White with #DF690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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