Html Css Color HEX #D7671F Chocolate

📋 copy color: '#D7671F'

red 215 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #D7671F

Tints of Chocolate #D7671F

RGB

 RED value IS 215 (84.38% from 255) = 61.6%

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

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

R = 61.6%
G = 29.51%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7671F (or 0xD7671F) is known color: Chocolate. HEX triplet: D7, 67 and 1F. RGB value is (215,103,31). Sum of RGB (Red+Green+Blue) = 215+103+31=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7671F is #2898E0. Grayscale: #808080. Windows color (decimal): -2660577 or 2058199. OLE color: 2058199.

HSL color Cylindrical-coordinate representation of color #D7671F: hue angle of 23.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7671F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 31 -
CMYK 0 0.52 0.86 0.16
HSL 23.48º 0.75% 0.48% -
HSV(B) 23.48º 0.86% 0.84% -
XYZ 33.12 24.25 4.23 -
YUV 128.28 73.11 189.85 -
System Red Green Blue C M Y K H S L
Decimal 215 103 31 0 0.52 0.86 0.16 23.48 0.75 0.48
Hex D7 67 1F 0 34 56 10 17 4B 30
Octal 327 147 37 0 64 126 20 27 113 60
Binary 11010111 1100111 11111 0 110100 1010110 10000 10111 1001011 110000

Color Harmonies of #D7671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7671F

Black with #D7671F

Text Example


Text Example

White with #D7671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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