Html Css Color HEX #D7670A Chocolate

📋 copy color: '#D7670A'

red 215 ◦ green 103 ◦ blue 10

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

Shades of Chocolate #D7670A

Tints of Chocolate #D7670A

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

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

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

R = 65.55%
G = 31.4%
B = 3.05%

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

#D7670A (or 0xD7670A) is known color: Chocolate. HEX triplet: D7, 67 and 0A. RGB value is (215,103,10). Sum of RGB (Red+Green+Blue) = 215+103+10=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7670A is #2898F5. Grayscale: #7E7E7E. Windows color (decimal): -2660598 or 681943. OLE color: 681943.

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

Color convert

RGB 215 103 10 -
CMYK 0 0.52 0.95 0.16
HSL 27.22º 0.91% 0.44% -
HSV(B) 27.22º 0.95% 0.84% -
XYZ 32.93 24.17 3.22 -
YUV 125.89 62.61 191.56 -
System Red Green Blue C M Y K H S L
Decimal 215 103 10 0 0.52 0.95 0.16 27.22 0.91 0.44
Hex D7 67 A 0 34 5F 10 1B 5B 2C
Octal 327 147 12 0 64 137 20 33 133 54
Binary 11010111 1100111 1010 0 110100 1011111 10000 11011 1011011 101100

Color Harmonies of #D7670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7670A

Black with #D7670A

Text Example


Text Example

White with #D7670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7670A; }

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

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

background-color css

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

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

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

border-color css

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

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

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