Html Css Color HEX #D6670B Chocolate

📋 copy color: '#D6670B'

red 214 ◦ green 103 ◦ blue 11

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

Shades of Chocolate #D6670B

Tints of Chocolate #D6670B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 65.24%
G = 31.4%
B = 3.35%

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

#D6670B (or 0xD6670B) is known color: Chocolate. HEX triplet: D6, 67 and 0B. RGB value is (214,103,11). Sum of RGB (Red+Green+Blue) = 214+103+11=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6670B is #2998F4. Grayscale: #7E7E7E. Windows color (decimal): -2726133 or 747478. OLE color: 747478.

HSL color Cylindrical-coordinate representation of color #D6670B: hue angle of 27.19º degrees, saturation: 0.9, 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 #D6670B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 11 -
CMYK 0 0.52 0.95 0.16
HSL 27.19º 0.9% 0.44% -
HSV(B) 27.19º 0.95% 0.84% -
XYZ 32.64 24.02 3.23 -
YUV 125.7 63.27 190.98 -
System Red Green Blue C M Y K H S L
Decimal 214 103 11 0 0.52 0.95 0.16 27.19 0.9 0.44
Hex D6 67 B 0 34 5F 10 1B 5A 2C
Octal 326 147 13 0 64 137 20 33 132 54
Binary 11010110 1100111 1011 0 110100 1011111 10000 11011 1011010 101100

Color Harmonies of #D6670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6670B

Black with #D6670B

Text Example


Text Example

White with #D6670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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