Html Css Color HEX #D66A1F Chocolate

📋 copy color: '#D66A1F'

red 214 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #D66A1F

Tints of Chocolate #D66A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 60.97%
G = 30.2%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D66A1F (or 0xD66A1F) is known color: Chocolate. HEX triplet: D6, 6A and 1F. RGB value is (214,106,31). Sum of RGB (Red+Green+Blue) = 214+106+31=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A1F is #2995E0. Grayscale: #828282. Windows color (decimal): -2725345 or 2058966. OLE color: 2058966.

HSL color Cylindrical-coordinate representation of color #D66A1F: hue angle of 24.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D66A1F is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 31 -
CMYK 0 0.50 0.86 0.16
HSL 24.59º 0.75% 0.48% -
HSV(B) 24.59º 0.86% 0.84% -
XYZ 33.13 24.7 4.32 -
YUV 129.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 214 106 31 0 0.50 0.86 0.16 24.59 0.75 0.48
Hex D6 6A 1F 0 32 56 10 19 4B 30
Octal 326 152 37 0 62 126 20 31 113 60
Binary 11010110 1101010 11111 0 110010 1010110 10000 11001 1001011 110000

Color Harmonies of #D66A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A1F

Black with #D66A1F

Text Example


Text Example

White with #D66A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A1F; }

 p { color: rgb(214,106,31); }

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

background-color css

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

 a { background-color: rgb(214,106,31); }

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

border-color css

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

 span { border-color: rgb(214,106,31); }

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