Html Css Color HEX #D66B1B Chocolate

📋 copy color: '#D66B1B'

red 214 ◦ green 107 ◦ blue 27

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

Shades of Chocolate #D66B1B

Tints of Chocolate #D66B1B

RGB

 RED value IS 214 (83.98% from 255) = 61.49%

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 61.49%
G = 30.75%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D66B1B (or 0xD66B1B) is known color: Chocolate. HEX triplet: D6, 6B and 1B. RGB value is (214,107,27). Sum of RGB (Red+Green+Blue) = 214+107+27=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B1B is #2994E4. Grayscale: #828282. Windows color (decimal): -2725093 or 1797078. OLE color: 1797078.

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

Color convert

RGB 214 107 27 -
CMYK 0 0.50 0.87 0.16
HSL 25.67º 0.78% 0.47% -
HSV(B) 25.67º 0.87% 0.84% -
XYZ 33.19 24.89 4.09 -
YUV 129.87 69.95 188 -
System Red Green Blue C M Y K H S L
Decimal 214 107 27 0 0.50 0.87 0.16 25.67 0.78 0.47
Hex D6 6B 1B 0 32 57 10 1A 4E 2F
Octal 326 153 33 0 62 127 20 32 116 57
Binary 11010110 1101011 11011 0 110010 1010111 10000 11010 1001110 101111

Color Harmonies of #D66B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B1B

Black with #D66B1B

Text Example


Text Example

White with #D66B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B1B; }

 p { color: rgb(214,107,27); }

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

background-color css

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

 a { background-color: rgb(214,107,27); }

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

border-color css

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

 span { border-color: rgb(214,107,27); }

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