Html Css Color HEX #D0671F Chocolate

📋 copy color: '#D0671F'

red 208 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #D0671F

Tints of Chocolate #D0671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

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

R = 60.82%
G = 30.12%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0671F (or 0xD0671F) is known color: Chocolate. HEX triplet: D0, 67 and 1F. RGB value is (208,103,31). Sum of RGB (Red+Green+Blue) = 208+103+31=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0671F is #2F98E0. Grayscale: #7E7E7E. Windows color (decimal): -3119329 or 2058192. OLE color: 2058192.

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

Color convert

RGB 208 103 31 -
CMYK 0 0.50 0.85 0.18
HSL 24.41º 0.74% 0.47% -
HSV(B) 24.41º 0.85% 0.82% -
XYZ 31.11 23.21 4.14 -
YUV 126.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 208 103 31 0 0.50 0.85 0.18 24.41 0.74 0.47
Hex D0 67 1F 0 32 55 12 18 4A 2F
Octal 320 147 37 0 62 125 22 30 112 57
Binary 11010000 1100111 11111 0 110010 1010101 10010 11000 1001010 101111

Color Harmonies of #D0671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0671F

Black with #D0671F

Text Example


Text Example

White with #D0671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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