Html Css Color HEX #D66712 Chocolate

📋 copy color: '#D66712'

red 214 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #D66712

Tints of Chocolate #D66712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 63.88%
G = 30.75%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D66712 (or 0xD66712) is known color: Chocolate. HEX triplet: D6, 67 and 12. RGB value is (214,103,18). Sum of RGB (Red+Green+Blue) = 214+103+18=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D66712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66712 is #2998ED. Grayscale: #7E7E7E. Windows color (decimal): -2726126 or 1206230. OLE color: 1206230.

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

Color convert

RGB 214 103 18 -
CMYK 0 0.52 0.92 0.16
HSL 26.02º 0.84% 0.45% -
HSV(B) 26.02º 0.92% 0.84% -
XYZ 32.69 24.04 3.49 -
YUV 126.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 214 103 18 0 0.52 0.92 0.16 26.02 0.84 0.45
Hex D6 67 12 0 34 5C 10 1A 54 2D
Octal 326 147 22 0 64 134 20 32 124 55
Binary 11010110 1100111 10010 0 110100 1011100 10000 11010 1010100 101101

Color Harmonies of #D66712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66712

Black with #D66712

Text Example


Text Example

White with #D66712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66712; }

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

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

background-color css

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

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

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

border-color css

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

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

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