Html Css Color HEX #D0630E Chocolate

📋 copy color: '#D0630E'

red 208 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #D0630E

Tints of Chocolate #D0630E

RGB

 RED value IS 208 (81.64% from 255) = 64.8%

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

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

R = 64.8%
G = 30.84%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0630E (or 0xD0630E) is known color: Chocolate. HEX triplet: D0, 63 and 0E. RGB value is (208,99,14). Sum of RGB (Red+Green+Blue) = 208+99+14=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0630E is #2F9CF1. Grayscale: #7A7A7A. Windows color (decimal): -3120370 or 943056. OLE color: 943056.

HSL color Cylindrical-coordinate representation of color #D0630E: hue angle of 26.29º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0630E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 14 -
CMYK 0 0.52 0.93 0.18
HSL 26.29º 0.87% 0.44% -
HSV(B) 26.29º 0.93% 0.82% -
XYZ 30.55 22.37 3.12 -
YUV 121.9 67.11 189.41 -
System Red Green Blue C M Y K H S L
Decimal 208 99 14 0 0.52 0.93 0.18 26.29 0.87 0.44
Hex D0 63 E 0 34 5D 12 1A 57 2C
Octal 320 143 16 0 64 135 22 32 127 54
Binary 11010000 1100011 1110 0 110100 1011101 10010 11010 1010111 101100

Color Harmonies of #D0630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0630E

Black with #D0630E

Text Example


Text Example

White with #D0630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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