Html Css Color HEX #D5661B Chocolate

📋 copy color: '#D5661B'

red 213 ◦ green 102 ◦ blue 27

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

Shades of Chocolate #D5661B

Tints of Chocolate #D5661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 62.28%
G = 29.82%
B = 7.89%

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

#D5661B (or 0xD5661B) is known color: Chocolate. HEX triplet: D5, 66 and 1B. RGB value is (213,102,27). Sum of RGB (Red+Green+Blue) = 213+102+27=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5661B is #2A99E4. Grayscale: #7F7F7F. Windows color (decimal): -2791909 or 1795797. OLE color: 1795797.

HSL color Cylindrical-coordinate representation of color #D5661B: hue angle of 24.19º 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 #D5661B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 27 -
CMYK 0 0.52 0.87 0.16
HSL 24.19º 0.78% 0.47% -
HSV(B) 24.19º 0.87% 0.84% -
XYZ 32.39 23.73 3.91 -
YUV 126.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 213 102 27 0 0.52 0.87 0.16 24.19 0.78 0.47
Hex D5 66 1B 0 34 57 10 18 4E 2F
Octal 325 146 33 0 64 127 20 30 116 57
Binary 11010101 1100110 11011 0 110100 1010111 10000 11000 1001110 101111

Color Harmonies of #D5661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5661B

Black with #D5661B

Text Example


Text Example

White with #D5661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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