Html Css Color HEX #D5671A Chocolate

📋 copy color: '#D5671A'

red 213 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #D5671A

Tints of Chocolate #D5671A

RGB

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

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

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

R = 62.28%
G = 30.12%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5671A (or 0xD5671A) is known color: Chocolate. HEX triplet: D5, 67 and 1A. RGB value is (213,103,26). Sum of RGB (Red+Green+Blue) = 213+103+26=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5671A is #2A98E5. Grayscale: #7F7F7F. Windows color (decimal): -2791654 or 1730517. OLE color: 1730517.

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

Color convert

RGB 213 103 26 -
CMYK 0 0.52 0.88 0.16
HSL 24.71º 0.78% 0.47% -
HSV(B) 24.71º 0.88% 0.84% -
XYZ 32.48 23.92 3.88 -
YUV 127.11 70.94 189.26 -
System Red Green Blue C M Y K H S L
Decimal 213 103 26 0 0.52 0.88 0.16 24.71 0.78 0.47
Hex D5 67 1A 0 34 58 10 19 4E 2F
Octal 325 147 32 0 64 130 20 31 116 57
Binary 11010101 1100111 11010 0 110100 1011000 10000 11001 1001110 101111

Color Harmonies of #D5671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5671A

Black with #D5671A

Text Example


Text Example

White with #D5671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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