Html Css Color HEX #D66B19 Chocolate

📋 copy color: '#D66B19'

red 214 ◦ green 107 ◦ blue 25

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

Shades of Chocolate #D66B19

Tints of Chocolate #D66B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 61.85%
G = 30.92%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D66B19 (or 0xD66B19) is known color: Chocolate. HEX triplet: D6, 6B and 19. RGB value is (214,107,25). Sum of RGB (Red+Green+Blue) = 214+107+25=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66B19 is #2994E6. Grayscale: #828282. Windows color (decimal): -2725095 or 1666006. OLE color: 1666006.

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

Color convert

RGB 214 107 25 -
CMYK 0 0.50 0.88 0.16
HSL 26.03º 0.79% 0.47% -
HSV(B) 26.03º 0.88% 0.84% -
XYZ 33.16 24.88 3.97 -
YUV 129.65 68.95 188.17 -
System Red Green Blue C M Y K H S L
Decimal 214 107 25 0 0.50 0.88 0.16 26.03 0.79 0.47
Hex D6 6B 19 0 32 58 10 1A 4F 2F
Octal 326 153 31 0 62 130 20 32 117 57
Binary 11010110 1101011 11001 0 110010 1011000 10000 11010 1001111 101111

Color Harmonies of #D66B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B19

Black with #D66B19

Text Example


Text Example

White with #D66B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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