Html Css Color HEX #D4690C Chocolate

📋 copy color: '#D4690C'

red 212 ◦ green 105 ◦ blue 12

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

Shades of Chocolate #D4690C

Tints of Chocolate #D4690C

RGB

 RED value IS 212 (83.2% from 255) = 64.44%

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

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

R = 64.44%
G = 31.91%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4690C (or 0xD4690C) is known color: Chocolate. HEX triplet: D4, 69 and 0C. RGB value is (212,105,12). Sum of RGB (Red+Green+Blue) = 212+105+12=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4690C is #2B96F3. Grayscale: #7E7E7E. Windows color (decimal): -2856692 or 813524. OLE color: 813524.

HSL color Cylindrical-coordinate representation of color #D4690C: hue angle of 27.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4690C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 12 -
CMYK 0 0.50 0.94 0.17
HSL 27.9º 0.89% 0.44% -
HSV(B) 27.9º 0.94% 0.83% -
XYZ 32.27 24.13 3.3 -
YUV 126.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 212 105 12 0 0.50 0.94 0.17 27.9 0.89 0.44
Hex D4 69 C 0 32 5E 11 1C 59 2C
Octal 324 151 14 0 62 136 21 34 131 54
Binary 11010100 1101001 1100 0 110010 1011110 10001 11100 1011001 101100

Color Harmonies of #D4690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4690C

Black with #D4690C

Text Example


Text Example

White with #D4690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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