Html Css Color HEX #DA671F Chocolate

📋 copy color: '#DA671F'

red 218 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #DA671F

Tints of Chocolate #DA671F

RGB

 RED value IS 218 (85.55% from 255) = 61.93%

 GREEN value IS 103 (40.63% from 255) = 29.26%

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 61.93%
G = 29.26%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA671F (or 0xDA671F) is known color: Chocolate. HEX triplet: DA, 67 and 1F. RGB value is (218,103,31). Sum of RGB (Red+Green+Blue) = 218+103+31=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA671F is #2598E0. Grayscale: #818181. Windows color (decimal): -2463969 or 2058202. OLE color: 2058202.

HSL color Cylindrical-coordinate representation of color #DA671F: hue angle of 23.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA671F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 31 -
CMYK 0 0.53 0.86 0.15
HSL 23.1º 0.75% 0.49% -
HSV(B) 23.1º 0.86% 0.85% -
XYZ 34.01 24.7 4.27 -
YUV 129.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 218 103 31 0 0.53 0.86 0.15 23.1 0.75 0.49
Hex DA 67 1F 0 35 56 F 17 4B 31
Octal 332 147 37 0 65 126 17 27 113 61
Binary 11011010 1100111 11111 0 110101 1010110 1111 10111 1001011 110001

Color Harmonies of #DA671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA671F

Black with #DA671F

Text Example


Text Example

White with #DA671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA671F; }

 p { color: rgb(218,103,31); }

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

background-color css

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

 a { background-color: rgb(218,103,31); }

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

border-color css

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

 span { border-color: rgb(218,103,31); }

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