Html Css Color HEX #D95C1B Chocolate

📋 copy color: '#D95C1B'

red 217 ◦ green 92 ◦ blue 27

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

Shades of Chocolate #D95C1B

Tints of Chocolate #D95C1B

RGB

 RED value IS 217 (85.16% from 255) = 64.58%

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 64.58%
G = 27.38%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D95C1B (or 0xD95C1B) is known color: Chocolate. HEX triplet: D9, 5C and 1B. RGB value is (217,92,27). Sum of RGB (Red+Green+Blue) = 217+92+27=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C1B is #26A3E4. Grayscale: #7A7A7A. Windows color (decimal): -2532325 or 1793241. OLE color: 1793241.

HSL color Cylindrical-coordinate representation of color #D95C1B: hue angle of 20.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D95C1B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 27 -
CMYK 0 0.58 0.88 0.15
HSL 20.53º 0.78% 0.48% -
HSV(B) 20.53º 0.88% 0.85% -
XYZ 32.64 22.49 3.66 -
YUV 121.97 74.41 195.79 -
System Red Green Blue C M Y K H S L
Decimal 217 92 27 0 0.58 0.88 0.15 20.53 0.78 0.48
Hex D9 5C 1B 0 3A 58 F 15 4E 30
Octal 331 134 33 0 72 130 17 25 116 60
Binary 11011001 1011100 11011 0 111010 1011000 1111 10101 1001110 110000

Color Harmonies of #D95C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C1B

Black with #D95C1B

Text Example


Text Example

White with #D95C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C1B; }

 p { color: rgb(217,92,27); }

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

background-color css

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

 a { background-color: rgb(217,92,27); }

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

border-color css

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

 span { border-color: rgb(217,92,27); }

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