Html Css Color HEX #DA670C Chocolate

📋 copy color: '#DA670C'

red 218 ◦ green 103 ◦ blue 12

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

Shades of Chocolate #DA670C

Tints of Chocolate #DA670C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 65.47%
G = 30.93%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA670C (or 0xDA670C) is known color: Chocolate. HEX triplet: DA, 67 and 0C. RGB value is (218,103,12). Sum of RGB (Red+Green+Blue) = 218+103+12=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA670C is #2598F3. Grayscale: #7F7F7F. Windows color (decimal): -2463988 or 813018. OLE color: 813018.

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

Color convert

RGB 218 103 12 -
CMYK 0 0.53 0.94 0.15
HSL 26.5º 0.9% 0.45% -
HSV(B) 26.5º 0.94% 0.85% -
XYZ 33.83 24.63 3.32 -
YUV 127.01 63.1 192.9 -
System Red Green Blue C M Y K H S L
Decimal 218 103 12 0 0.53 0.94 0.15 26.5 0.9 0.45
Hex DA 67 C 0 35 5E F 1B 5A 2D
Octal 332 147 14 0 65 136 17 33 132 55
Binary 11011010 1100111 1100 0 110101 1011110 1111 11011 1011010 101101

Color Harmonies of #DA670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA670C

Black with #DA670C

Text Example


Text Example

White with #DA670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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