Html Css Color HEX #D9630E Chocolate

📋 copy color: '#D9630E'

red 217 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #D9630E

Tints of Chocolate #D9630E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 65.76%
G = 30%
B = 4.24%

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

#D9630E (or 0xD9630E) is known color: Chocolate. HEX triplet: D9, 63 and 0E. RGB value is (217,99,14). Sum of RGB (Red+Green+Blue) = 217+99+14=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9630E is #269CF1. Grayscale: #7D7D7D. Windows color (decimal): -2530546 or 943065. OLE color: 943065.

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

Color convert

RGB 217 99 14 -
CMYK 0 0.54 0.94 0.15
HSL 25.12º 0.88% 0.45% -
HSV(B) 25.12º 0.94% 0.85% -
XYZ 33.16 23.71 3.24 -
YUV 124.59 65.59 193.91 -
System Red Green Blue C M Y K H S L
Decimal 217 99 14 0 0.54 0.94 0.15 25.12 0.88 0.45
Hex D9 63 E 0 36 5E F 19 58 2D
Octal 331 143 16 0 66 136 17 31 130 55
Binary 11011001 1100011 1110 0 110110 1011110 1111 11001 1011000 101101

Color Harmonies of #D9630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9630E

Black with #D9630E

Text Example


Text Example

White with #D9630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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