Html Css Color HEX #DA6D1B Chocolate

📋 copy color: '#DA6D1B'

red 218 ◦ green 109 ◦ blue 27

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

Shades of Chocolate #DA6D1B

Tints of Chocolate #DA6D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 61.58%
G = 30.79%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA6D1B (or 0xDA6D1B) is known color: Chocolate. HEX triplet: DA, 6D and 1B. RGB value is (218,109,27). Sum of RGB (Red+Green+Blue) = 218+109+27=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D1B is #2592E4. Grayscale: #848484. Windows color (decimal): -2462437 or 1797594. OLE color: 1797594.

HSL color Cylindrical-coordinate representation of color #DA6D1B: hue angle of 25.76º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA6D1B is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 27 -
CMYK 0 0.5 0.88 0.15
HSL 25.76º 0.78% 0.48% -
HSV(B) 25.76º 0.88% 0.85% -
XYZ 34.58 25.92 4.22 -
YUV 132.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 218 109 27 0 0.5 0.88 0.15 25.76 0.78 0.48
Hex DA 6D 1B 0 32 58 F 1A 4E 30
Octal 332 155 33 0 62 130 17 32 116 60
Binary 11011010 1101101 11011 0 110010 1011000 1111 11010 1001110 110000

Color Harmonies of #DA6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D1B

Black with #DA6D1B

Text Example


Text Example

White with #DA6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D1B; }

 p { color: rgb(218,109,27); }

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

background-color css

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

 a { background-color: rgb(218,109,27); }

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

border-color css

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

 span { border-color: rgb(218,109,27); }

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