Html Css Color HEX #D0650F Chocolate

📋 copy color: '#D0650F'

red 208 ◦ green 101 ◦ blue 15

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

Shades of Chocolate #D0650F

Tints of Chocolate #D0650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 64.2%
G = 31.17%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0650F (or 0xD0650F) is known color: Chocolate. HEX triplet: D0, 65 and 0F. RGB value is (208,101,15). Sum of RGB (Red+Green+Blue) = 208+101+15=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0650F is #2F9AF0. Grayscale: #7B7B7B. Windows color (decimal): -3119857 or 1009104. OLE color: 1009104.

HSL color Cylindrical-coordinate representation of color #D0650F: hue angle of 26.74º 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 #D0650F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 15 -
CMYK 0 0.51 0.93 0.18
HSL 26.74º 0.87% 0.44% -
HSV(B) 26.74º 0.93% 0.82% -
XYZ 30.75 22.75 3.22 -
YUV 123.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 208 101 15 0 0.51 0.93 0.18 26.74 0.87 0.44
Hex D0 65 F 0 33 5D 12 1B 57 2C
Octal 320 145 17 0 63 135 22 33 127 54
Binary 11010000 1100101 1111 0 110011 1011101 10010 11011 1010111 101100

Color Harmonies of #D0650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0650F

Black with #D0650F

Text Example


Text Example

White with #D0650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0650F; }

 p { color: rgb(208,101,15); }

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

background-color css

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

 a { background-color: rgb(208,101,15); }

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

border-color css

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

 span { border-color: rgb(208,101,15); }

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