Html Css Color HEX #DA681B Chocolate

📋 copy color: '#DA681B'

red 218 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #DA681B

Tints of Chocolate #DA681B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 62.46%
G = 29.8%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA681B (or 0xDA681B) is known color: Chocolate. HEX triplet: DA, 68 and 1B. RGB value is (218,104,27). Sum of RGB (Red+Green+Blue) = 218+104+27=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA681B is #2597E4. Grayscale: #818181. Windows color (decimal): -2463717 or 1796314. OLE color: 1796314.

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

Color convert

RGB 218 104 27 -
CMYK 0 0.52 0.88 0.15
HSL 24.19º 0.78% 0.48% -
HSV(B) 24.19º 0.88% 0.85% -
XYZ 34.06 24.89 4.04 -
YUV 129.31 70.27 191.26 -
System Red Green Blue C M Y K H S L
Decimal 218 104 27 0 0.52 0.88 0.15 24.19 0.78 0.48
Hex DA 68 1B 0 34 58 F 18 4E 30
Octal 332 150 33 0 64 130 17 30 116 60
Binary 11011010 1101000 11011 0 110100 1011000 1111 11000 1001110 110000

Color Harmonies of #DA681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA681B

Black with #DA681B

Text Example


Text Example

White with #DA681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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