Html Css Color HEX #D6630E Chocolate

📋 copy color: '#D6630E'

red 214 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #D6630E

Tints of Chocolate #D6630E

RGB

 RED value IS 214 (83.98% from 255) = 65.44%

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

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

R = 65.44%
G = 30.28%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6630E (or 0xD6630E) is known color: Chocolate. HEX triplet: D6, 63 and 0E. RGB value is (214,99,14). Sum of RGB (Red+Green+Blue) = 214+99+14=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6630E is #299CF1. Grayscale: #7C7C7C. Windows color (decimal): -2727154 or 943062. OLE color: 943062.

HSL color Cylindrical-coordinate representation of color #D6630E: hue angle of 25.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6630E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 14 -
CMYK 0 0.54 0.93 0.16
HSL 25.5º 0.88% 0.45% -
HSV(B) 25.5º 0.93% 0.84% -
XYZ 32.27 23.25 3.2 -
YUV 123.7 66.1 192.41 -
System Red Green Blue C M Y K H S L
Decimal 214 99 14 0 0.54 0.93 0.16 25.5 0.88 0.45
Hex D6 63 E 0 36 5D 10 1A 58 2D
Octal 326 143 16 0 66 135 20 32 130 55
Binary 11010110 1100011 1110 0 110110 1011101 10000 11010 1011000 101101

Color Harmonies of #D6630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6630E

Black with #D6630E

Text Example


Text Example

White with #D6630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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