Html Css Color HEX #DA630D Chocolate

📋 copy color: '#DA630D'

red 218 ◦ green 99 ◦ blue 13

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

Shades of Chocolate #DA630D

Tints of Chocolate #DA630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 66.06%
G = 30%
B = 3.94%

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

#DA630D (or 0xDA630D) is known color: Chocolate. HEX triplet: DA, 63 and 0D. RGB value is (218,99,13). Sum of RGB (Red+Green+Blue) = 218+99+13=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA630D is #259CF2. Grayscale: #7D7D7D. Windows color (decimal): -2465011 or 877530. OLE color: 877530.

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

Color convert

RGB 218 99 13 -
CMYK 0 0.55 0.94 0.15
HSL 25.17º 0.89% 0.45% -
HSV(B) 25.17º 0.94% 0.85% -
XYZ 33.45 23.86 3.22 -
YUV 124.78 64.92 194.49 -
System Red Green Blue C M Y K H S L
Decimal 218 99 13 0 0.55 0.94 0.15 25.17 0.89 0.45
Hex DA 63 D 0 37 5E F 19 59 2D
Octal 332 143 15 0 67 136 17 31 131 55
Binary 11011010 1100011 1101 0 110111 1011110 1111 11001 1011001 101101

Color Harmonies of #DA630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA630D

Black with #DA630D

Text Example


Text Example

White with #DA630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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