Html Css Color HEX #D1671A Chocolate

📋 copy color: '#D1671A'

red 209 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #D1671A

Tints of Chocolate #D1671A

RGB

 RED value IS 209 (82.03% from 255) = 61.83%

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

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 61.83%
G = 30.47%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1671A (or 0xD1671A) is known color: Chocolate. HEX triplet: D1, 67 and 1A. RGB value is (209,103,26). Sum of RGB (Red+Green+Blue) = 209+103+26=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1671A is #2E98E5. Grayscale: #7E7E7E. Windows color (decimal): -3053798 or 1730513. OLE color: 1730513.

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

Color convert

RGB 209 103 26 -
CMYK 0 0.51 0.88 0.18
HSL 25.25º 0.78% 0.46% -
HSV(B) 25.25º 0.88% 0.82% -
XYZ 31.33 23.33 3.83 -
YUV 125.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 209 103 26 0 0.51 0.88 0.18 25.25 0.78 0.46
Hex D1 67 1A 0 33 58 12 19 4E 2E
Octal 321 147 32 0 63 130 22 31 116 56
Binary 11010001 1100111 11010 0 110011 1011000 10010 11001 1001110 101110

Color Harmonies of #D1671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1671A

Black with #D1671A

Text Example


Text Example

White with #D1671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1671A; }

 p { color: rgb(209,103,26); }

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

background-color css

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

 a { background-color: rgb(209,103,26); }

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

border-color css

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

 span { border-color: rgb(209,103,26); }

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