Html Css Color HEX #D5660B Chocolate

📋 copy color: '#D5660B'

red 213 ◦ green 102 ◦ blue 11

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

Shades of Chocolate #D5660B

Tints of Chocolate #D5660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 65.34%
G = 31.29%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5660B (or 0xD5660B) is known color: Chocolate. HEX triplet: D5, 66 and 0B. RGB value is (213,102,11). Sum of RGB (Red+Green+Blue) = 213+102+11=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5660B is #2A99F4. Grayscale: #7D7D7D. Windows color (decimal): -2791925 or 747221. OLE color: 747221.

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

Color convert

RGB 213 102 11 -
CMYK 0 0.52 0.95 0.16
HSL 27.03º 0.9% 0.44% -
HSV(B) 27.03º 0.95% 0.84% -
XYZ 32.25 23.67 3.19 -
YUV 124.82 63.77 190.9 -
System Red Green Blue C M Y K H S L
Decimal 213 102 11 0 0.52 0.95 0.16 27.03 0.9 0.44
Hex D5 66 B 0 34 5F 10 1B 5A 2C
Octal 325 146 13 0 64 137 20 33 132 54
Binary 11010101 1100110 1011 0 110100 1011111 10000 11011 1011010 101100

Color Harmonies of #D5660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5660B

Black with #D5660B

Text Example


Text Example

White with #D5660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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