Html Css Color HEX #DA670D Chocolate

📋 copy color: '#DA670D'

red 218 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #DA670D

Tints of Chocolate #DA670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 65.27%
G = 30.84%
B = 3.89%

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

#DA670D (or 0xDA670D) is known color: Chocolate. HEX triplet: DA, 67 and 0D. RGB value is (218,103,13). Sum of RGB (Red+Green+Blue) = 218+103+13=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA670D is #2598F2. Grayscale: #7F7F7F. Windows color (decimal): -2463987 or 878554. OLE color: 878554.

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

Color convert

RGB 218 103 13 -
CMYK 0 0.53 0.94 0.15
HSL 26.34º 0.89% 0.45% -
HSV(B) 26.34º 0.94% 0.85% -
XYZ 33.84 24.63 3.35 -
YUV 127.13 63.6 192.82 -
System Red Green Blue C M Y K H S L
Decimal 218 103 13 0 0.53 0.94 0.15 26.34 0.89 0.45
Hex DA 67 D 0 35 5E F 1A 59 2D
Octal 332 147 15 0 65 136 17 32 131 55
Binary 11011010 1100111 1101 0 110101 1011110 1111 11010 1011001 101101

Color Harmonies of #DA670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA670D

Black with #DA670D

Text Example


Text Example

White with #DA670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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