Html Css Color HEX #DA620D Chocolate

📋 copy color: '#DA620D'

red 218 ◦ green 98 ◦ blue 13

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

Shades of Chocolate #DA620D

Tints of Chocolate #DA620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 66.26%
G = 29.79%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA620D (or 0xDA620D) is known color: Chocolate. HEX triplet: DA, 62 and 0D. RGB value is (218,98,13). Sum of RGB (Red+Green+Blue) = 218+98+13=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA620D is #259DF2. Grayscale: #7C7C7C. Windows color (decimal): -2465267 or 877274. OLE color: 877274.

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

Color convert

RGB 218 98 13 -
CMYK 0 0.55 0.94 0.15
HSL 24.88º 0.89% 0.45% -
HSV(B) 24.88º 0.94% 0.85% -
XYZ 33.35 23.67 3.19 -
YUV 124.19 65.26 194.91 -
System Red Green Blue C M Y K H S L
Decimal 218 98 13 0 0.55 0.94 0.15 24.88 0.89 0.45
Hex DA 62 D 0 37 5E F 19 59 2D
Octal 332 142 15 0 67 136 17 31 131 55
Binary 11011010 1100010 1101 0 110111 1011110 1111 11001 1011001 101101

Color Harmonies of #DA620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA620D

Black with #DA620D

Text Example


Text Example

White with #DA620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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