Html Css Color HEX #D0651F Chocolate

📋 copy color: '#D0651F'

red 208 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #D0651F

Tints of Chocolate #D0651F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 61.18%
G = 29.71%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0651F (or 0xD0651F) is known color: Chocolate. HEX triplet: D0, 65 and 1F. RGB value is (208,101,31). Sum of RGB (Red+Green+Blue) = 208+101+31=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0651F is #2F9AE0. Grayscale: #7D7D7D. Windows color (decimal): -3119841 or 2057680. OLE color: 2057680.

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

Color convert

RGB 208 101 31 -
CMYK 0 0.51 0.85 0.18
HSL 23.73º 0.74% 0.47% -
HSV(B) 23.73º 0.85% 0.82% -
XYZ 30.91 22.82 4.07 -
YUV 125.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 208 101 31 0 0.51 0.85 0.18 23.73 0.74 0.47
Hex D0 65 1F 0 33 55 12 18 4A 2F
Octal 320 145 37 0 63 125 22 30 112 57
Binary 11010000 1100101 11111 0 110011 1010101 10010 11000 1001010 101111

Color Harmonies of #D0651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0651F

Black with #D0651F

Text Example


Text Example

White with #D0651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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