Html Css Color HEX #D9690C Chocolate

📋 copy color: '#D9690C'

red 217 ◦ green 105 ◦ blue 12

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

Shades of Chocolate #D9690C

Tints of Chocolate #D9690C

RGB

 RED value IS 217 (85.16% from 255) = 64.97%

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 64.97%
G = 31.44%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9690C (or 0xD9690C) is known color: Chocolate. HEX triplet: D9, 69 and 0C. RGB value is (217,105,12). Sum of RGB (Red+Green+Blue) = 217+105+12=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9690C is #2696F3. Grayscale: #808080. Windows color (decimal): -2529012 or 813529. OLE color: 813529.

HSL color Cylindrical-coordinate representation of color #D9690C: hue angle of 27.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9690C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 12 -
CMYK 0 0.52 0.94 0.15
HSL 27.22º 0.9% 0.45% -
HSV(B) 27.22º 0.94% 0.85% -
XYZ 33.73 24.88 3.37 -
YUV 127.89 62.61 191.56 -
System Red Green Blue C M Y K H S L
Decimal 217 105 12 0 0.52 0.94 0.15 27.22 0.9 0.45
Hex D9 69 C 0 34 5E F 1B 5A 2D
Octal 331 151 14 0 64 136 17 33 132 55
Binary 11011001 1101001 1100 0 110100 1011110 1111 11011 1011010 101101

Color Harmonies of #D9690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9690C

Black with #D9690C

Text Example


Text Example

White with #D9690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9690C; }

 p { color: rgb(217,105,12); }

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

background-color css

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

 a { background-color: rgb(217,105,12); }

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

border-color css

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

 span { border-color: rgb(217,105,12); }

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