Html Css Color HEX #D9630D Chocolate

📋 copy color: '#D9630D'

red 217 ◦ green 99 ◦ blue 13

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

Shades of Chocolate #D9630D

Tints of Chocolate #D9630D

RGB

 RED value IS 217 (85.16% from 255) = 65.96%

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

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

R = 65.96%
G = 30.09%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9630D (or 0xD9630D) is known color: Chocolate. HEX triplet: D9, 63 and 0D. RGB value is (217,99,13). Sum of RGB (Red+Green+Blue) = 217+99+13=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9630D is #269CF2. Grayscale: #7C7C7C. Windows color (decimal): -2530547 or 877529. OLE color: 877529.

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

Color convert

RGB 217 99 13 -
CMYK 0 0.54 0.94 0.15
HSL 25.29º 0.89% 0.45% -
HSV(B) 25.29º 0.94% 0.85% -
XYZ 33.15 23.7 3.21 -
YUV 124.48 65.09 193.99 -
System Red Green Blue C M Y K H S L
Decimal 217 99 13 0 0.54 0.94 0.15 25.29 0.89 0.45
Hex D9 63 D 0 36 5E F 19 59 2D
Octal 331 143 15 0 66 136 17 31 131 55
Binary 11011001 1100011 1101 0 110110 1011110 1111 11001 1011001 101101

Color Harmonies of #D9630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9630D

Black with #D9630D

Text Example


Text Example

White with #D9630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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