Html Css Color HEX #D6670D Chocolate

📋 copy color: '#D6670D'

red 214 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #D6670D

Tints of Chocolate #D6670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 64.85%
G = 31.21%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6670D (or 0xD6670D) is known color: Chocolate. HEX triplet: D6, 67 and 0D. RGB value is (214,103,13). Sum of RGB (Red+Green+Blue) = 214+103+13=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6670D is #2998F2. Grayscale: #7E7E7E. Windows color (decimal): -2726131 or 878550. OLE color: 878550.

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

Color convert

RGB 214 103 13 -
CMYK 0 0.52 0.94 0.16
HSL 26.87º 0.89% 0.45% -
HSV(B) 26.87º 0.94% 0.84% -
XYZ 32.65 24.03 3.3 -
YUV 125.93 64.27 190.82 -
System Red Green Blue C M Y K H S L
Decimal 214 103 13 0 0.52 0.94 0.16 26.87 0.89 0.45
Hex D6 67 D 0 34 5E 10 1B 59 2D
Octal 326 147 15 0 64 136 20 33 131 55
Binary 11010110 1100111 1101 0 110100 1011110 10000 11011 1011001 101101

Color Harmonies of #D6670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6670D

Black with #D6670D

Text Example


Text Example

White with #D6670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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