Html Css Color HEX #D0730A Chocolate

📋 copy color: '#D0730A'

red 208 ◦ green 115 ◦ blue 10

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

Shades of Chocolate #D0730A

Tints of Chocolate #D0730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 10 (4.3% from 255) = 3%

R = 62.46%
G = 34.53%
B = 3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0730A (or 0xD0730A) is known color: Chocolate. HEX triplet: D0, 73 and 0A. RGB value is (208,115,10). Sum of RGB (Red+Green+Blue) = 208+115+10=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0730A is #2F8CF5. Grayscale: #838383. Windows color (decimal): -3116278 or 685008. OLE color: 685008.

HSL color Cylindrical-coordinate representation of color #D0730A: hue angle of 31.82º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0730A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 10 -
CMYK 0 0.45 0.95 0.18
HSL 31.82º 0.91% 0.43% -
HSV(B) 31.82º 0.95% 0.82% -
XYZ 32.2 25.69 3.55 -
YUV 130.84 59.81 183.04 -
System Red Green Blue C M Y K H S L
Decimal 208 115 10 0 0.45 0.95 0.18 31.82 0.91 0.43
Hex D0 73 A 0 2D 5F 12 20 5B 2B
Octal 320 163 12 0 55 137 22 40 133 53
Binary 11010000 1110011 1010 0 101101 1011111 10010 100000 1011011 101011

Color Harmonies of #D0730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0730A

Black with #D0730A

Text Example


Text Example

White with #D0730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0730A; }

 p { color: rgb(208,115,10); }

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

background-color css

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

 a { background-color: rgb(208,115,10); }

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

border-color css

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

 span { border-color: rgb(208,115,10); }

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