Html Css Color HEX #DA671A Chocolate

📋 copy color: '#DA671A'

red 218 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #DA671A

Tints of Chocolate #DA671A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 62.82%
G = 29.68%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA671A (or 0xDA671A) is known color: Chocolate. HEX triplet: DA, 67 and 1A. RGB value is (218,103,26). Sum of RGB (Red+Green+Blue) = 218+103+26=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA671A is #2598E5. Grayscale: #818181. Windows color (decimal): -2463974 or 1730522. OLE color: 1730522.

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

Color convert

RGB 218 103 26 -
CMYK 0 0.53 0.88 0.15
HSL 24.06º 0.79% 0.48% -
HSV(B) 24.06º 0.88% 0.85% -
XYZ 33.95 24.68 3.95 -
YUV 128.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 218 103 26 0 0.53 0.88 0.15 24.06 0.79 0.48
Hex DA 67 1A 0 35 58 F 18 4F 30
Octal 332 147 32 0 65 130 17 30 117 60
Binary 11011010 1100111 11010 0 110101 1011000 1111 11000 1001111 110000

Color Harmonies of #DA671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA671A

Black with #DA671A

Text Example


Text Example

White with #DA671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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