Html Css Color HEX #D0651C Chocolate

📋 copy color: '#D0651C'

red 208 ◦ green 101 ◦ blue 28

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

Shades of Chocolate #D0651C

Tints of Chocolate #D0651C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 61.72%
G = 29.97%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0651C (or 0xD0651C) is known color: Chocolate. HEX triplet: D0, 65 and 1C. RGB value is (208,101,28). Sum of RGB (Red+Green+Blue) = 208+101+28=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0651C is #2F9AE3. Grayscale: #7D7D7D. Windows color (decimal): -3119844 or 1861072. OLE color: 1861072.

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

Color convert

RGB 208 101 28 -
CMYK 0 0.51 0.87 0.18
HSL 24.33º 0.76% 0.46% -
HSV(B) 24.33º 0.87% 0.82% -
XYZ 30.88 22.8 3.87 -
YUV 124.67 73.45 187.44 -
System Red Green Blue C M Y K H S L
Decimal 208 101 28 0 0.51 0.87 0.18 24.33 0.76 0.46
Hex D0 65 1C 0 33 57 12 18 4C 2E
Octal 320 145 34 0 63 127 22 30 114 56
Binary 11010000 1100101 11100 0 110011 1010111 10010 11000 1001100 101110

Color Harmonies of #D0651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0651C

Black with #D0651C

Text Example


Text Example

White with #D0651C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0651C; }

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

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

background-color css

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

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

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

border-color css

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

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

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