Html Css Color HEX #D5671D Chocolate

📋 copy color: '#D5671D'

red 213 ◦ green 103 ◦ blue 29

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

Shades of Chocolate #D5671D

Tints of Chocolate #D5671D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 61.74%
G = 29.86%
B = 8.41%

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

#D5671D (or 0xD5671D) is known color: Chocolate. HEX triplet: D5, 67 and 1D. RGB value is (213,103,29). Sum of RGB (Red+Green+Blue) = 213+103+29=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5671D is #2A98E2. Grayscale: #7F7F7F. Windows color (decimal): -2791651 or 1927125. OLE color: 1927125.

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

Color convert

RGB 213 103 29 -
CMYK 0 0.52 0.86 0.16
HSL 24.13º 0.76% 0.47% -
HSV(B) 24.13º 0.86% 0.84% -
XYZ 32.51 23.94 4.07 -
YUV 127.45 72.44 189.02 -
System Red Green Blue C M Y K H S L
Decimal 213 103 29 0 0.52 0.86 0.16 24.13 0.76 0.47
Hex D5 67 1D 0 34 56 10 18 4C 2F
Octal 325 147 35 0 64 126 20 30 114 57
Binary 11010101 1100111 11101 0 110100 1010110 10000 11000 1001100 101111

Color Harmonies of #D5671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5671D

Black with #D5671D

Text Example


Text Example

White with #D5671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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