Html Css Color HEX #DA6A1F Chocolate

📋 copy color: '#DA6A1F'

red 218 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #DA6A1F

Tints of Chocolate #DA6A1F

RGB

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

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

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

R = 61.41%
G = 29.86%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA6A1F (or 0xDA6A1F) is known color: Chocolate. HEX triplet: DA, 6A and 1F. RGB value is (218,106,31). Sum of RGB (Red+Green+Blue) = 218+106+31=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A1F is #2595E0. Grayscale: #838383. Windows color (decimal): -2463201 or 2058970. OLE color: 2058970.

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

Color convert

RGB 218 106 31 -
CMYK 0 0.51 0.86 0.15
HSL 24.06º 0.75% 0.49% -
HSV(B) 24.06º 0.86% 0.85% -
XYZ 34.31 25.31 4.37 -
YUV 130.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 218 106 31 0 0.51 0.86 0.15 24.06 0.75 0.49
Hex DA 6A 1F 0 33 56 F 18 4B 31
Octal 332 152 37 0 63 126 17 30 113 61
Binary 11011010 1101010 11111 0 110011 1010110 1111 11000 1001011 110001

Color Harmonies of #DA6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6A1F

Black with #DA6A1F

Text Example


Text Example

White with #DA6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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