Html Css Color HEX #D7670D Chocolate

📋 copy color: '#D7670D'

red 215 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #D7670D

Tints of Chocolate #D7670D

RGB

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

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

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

R = 64.95%
G = 31.12%
B = 3.93%

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

#D7670D (or 0xD7670D) is known color: Chocolate. HEX triplet: D7, 67 and 0D. RGB value is (215,103,13). Sum of RGB (Red+Green+Blue) = 215+103+13=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7670D is #2898F2. Grayscale: #7E7E7E. Windows color (decimal): -2660595 or 878551. OLE color: 878551.

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

Color convert

RGB 215 103 13 -
CMYK 0 0.52 0.94 0.16
HSL 26.73º 0.89% 0.45% -
HSV(B) 26.73º 0.94% 0.84% -
XYZ 32.95 24.18 3.31 -
YUV 126.23 64.11 191.32 -
System Red Green Blue C M Y K H S L
Decimal 215 103 13 0 0.52 0.94 0.16 26.73 0.89 0.45
Hex D7 67 D 0 34 5E 10 1B 59 2D
Octal 327 147 15 0 64 136 20 33 131 55
Binary 11010111 1100111 1101 0 110100 1011110 10000 11011 1011001 101101

Color Harmonies of #D7670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7670D

Black with #D7670D

Text Example


Text Example

White with #D7670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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