Html Css Color HEX #D5671B Chocolate

📋 copy color: '#D5671B'

red 213 ◦ green 103 ◦ blue 27

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

Shades of Chocolate #D5671B

Tints of Chocolate #D5671B

RGB

 RED value IS 213 (83.59% from 255) = 62.1%

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

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 62.1%
G = 30.03%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5671B (or 0xD5671B) is known color: Chocolate. HEX triplet: D5, 67 and 1B. RGB value is (213,103,27). Sum of RGB (Red+Green+Blue) = 213+103+27=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5671B is #2A98E4. Grayscale: #7F7F7F. Windows color (decimal): -2791653 or 1796053. OLE color: 1796053.

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

Color convert

RGB 213 103 27 -
CMYK 0 0.52 0.87 0.16
HSL 24.52º 0.78% 0.47% -
HSV(B) 24.52º 0.87% 0.84% -
XYZ 32.49 23.93 3.94 -
YUV 127.23 71.44 189.18 -
System Red Green Blue C M Y K H S L
Decimal 213 103 27 0 0.52 0.87 0.16 24.52 0.78 0.47
Hex D5 67 1B 0 34 57 10 19 4E 2F
Octal 325 147 33 0 64 127 20 31 116 57
Binary 11010101 1100111 11011 0 110100 1010111 10000 11001 1001110 101111

Color Harmonies of #D5671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5671B

Black with #D5671B

Text Example


Text Example

White with #D5671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5671B; }

 p { color: rgb(213,103,27); }

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

background-color css

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

 a { background-color: rgb(213,103,27); }

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

border-color css

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

 span { border-color: rgb(213,103,27); }

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