Html Css Color HEX #D6670A Chocolate

📋 copy color: '#D6670A'

red 214 ◦ green 103 ◦ blue 10

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

Shades of Chocolate #D6670A

Tints of Chocolate #D6670A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 65.44%
G = 31.5%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6670A (or 0xD6670A) is known color: Chocolate. HEX triplet: D6, 67 and 0A. RGB value is (214,103,10). Sum of RGB (Red+Green+Blue) = 214+103+10=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6670A is #2998F5. Grayscale: #7E7E7E. Windows color (decimal): -2726134 or 681942. OLE color: 681942.

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

Color convert

RGB 214 103 10 -
CMYK 0 0.52 0.95 0.16
HSL 27.35º 0.91% 0.44% -
HSV(B) 27.35º 0.95% 0.84% -
XYZ 32.64 24.02 3.2 -
YUV 125.59 62.77 191.06 -
System Red Green Blue C M Y K H S L
Decimal 214 103 10 0 0.52 0.95 0.16 27.35 0.91 0.44
Hex D6 67 A 0 34 5F 10 1B 5B 2C
Octal 326 147 12 0 64 137 20 33 133 54
Binary 11010110 1100111 1010 0 110100 1011111 10000 11011 1011011 101100

Color Harmonies of #D6670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6670A

Black with #D6670A

Text Example


Text Example

White with #D6670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6670A; }

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

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

background-color css

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

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

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

border-color css

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

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

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