Html Css Color HEX #D6670F Chocolate

📋 copy color: '#D6670F'

red 214 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #D6670F

Tints of Chocolate #D6670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 64.46%
G = 31.02%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6670F (or 0xD6670F) is known color: Chocolate. HEX triplet: D6, 67 and 0F. RGB value is (214,103,15). Sum of RGB (Red+Green+Blue) = 214+103+15=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6670F is #2998F0. Grayscale: #7E7E7E. Windows color (decimal): -2726129 or 1009622. OLE color: 1009622.

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

Color convert

RGB 214 103 15 -
CMYK 0 0.52 0.93 0.16
HSL 26.53º 0.87% 0.45% -
HSV(B) 26.53º 0.93% 0.84% -
XYZ 32.67 24.03 3.37 -
YUV 126.16 65.27 190.66 -
System Red Green Blue C M Y K H S L
Decimal 214 103 15 0 0.52 0.93 0.16 26.53 0.87 0.45
Hex D6 67 F 0 34 5D 10 1B 57 2D
Octal 326 147 17 0 64 135 20 33 127 55
Binary 11010110 1100111 1111 0 110100 1011101 10000 11011 1010111 101101

Color Harmonies of #D6670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6670F

Black with #D6670F

Text Example


Text Example

White with #D6670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6670F; }

 p { color: rgb(214,103,15); }

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

background-color css

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

 a { background-color: rgb(214,103,15); }

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

border-color css

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

 span { border-color: rgb(214,103,15); }

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