Html Css Color HEX #D4680D Chocolate

📋 copy color: '#D4680D'

red 212 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #D4680D

Tints of Chocolate #D4680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 64.44%
G = 31.61%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4680D (or 0xD4680D) is known color: Chocolate. HEX triplet: D4, 68 and 0D. RGB value is (212,104,13). Sum of RGB (Red+Green+Blue) = 212+104+13=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4680D is #2B97F2. Grayscale: #7E7E7E. Windows color (decimal): -2856947 or 878804. OLE color: 878804.

HSL color Cylindrical-coordinate representation of color #D4680D: hue angle of 27.44º degrees, saturation: 0.88, 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 #D4680D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 13 -
CMYK 0 0.51 0.94 0.17
HSL 27.44º 0.88% 0.44% -
HSV(B) 27.44º 0.94% 0.83% -
XYZ 32.17 23.93 3.3 -
YUV 125.92 64.28 189.4 -
System Red Green Blue C M Y K H S L
Decimal 212 104 13 0 0.51 0.94 0.17 27.44 0.88 0.44
Hex D4 68 D 0 33 5E 11 1B 58 2C
Octal 324 150 15 0 63 136 21 33 130 54
Binary 11010100 1101000 1101 0 110011 1011110 10001 11011 1011000 101100

Color Harmonies of #D4680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4680D

Black with #D4680D

Text Example


Text Example

White with #D4680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4680D; }

 p { color: rgb(212,104,13); }

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

background-color css

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

 a { background-color: rgb(212,104,13); }

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

border-color css

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

 span { border-color: rgb(212,104,13); }

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