Html Css Color HEX #D67418 Chocolate

📋 copy color: '#D67418'

red 214 ◦ green 116 ◦ blue 24

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

Shades of Chocolate #D67418

Tints of Chocolate #D67418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 60.45%
G = 32.77%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D67418 (or 0xD67418) is known color: Chocolate. HEX triplet: D6, 74 and 18. RGB value is (214,116,24). Sum of RGB (Red+Green+Blue) = 214+116+24=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D67418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67418 is #298BE7. Grayscale: #878787. Windows color (decimal): -2722792 or 1602774. OLE color: 1602774.

HSL color Cylindrical-coordinate representation of color #D67418: hue angle of 29.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D67418 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 24 -
CMYK 0 0.46 0.89 0.16
HSL 29.05º 0.8% 0.47% -
HSV(B) 29.05º 0.89% 0.84% -
XYZ 34.14 26.85 4.25 -
YUV 134.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 214 116 24 0 0.46 0.89 0.16 29.05 0.8 0.47
Hex D6 74 18 0 2E 59 10 1D 50 2F
Octal 326 164 30 0 56 131 20 35 120 57
Binary 11010110 1110100 11000 0 101110 1011001 10000 11101 1010000 101111

Color Harmonies of #D67418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67418

Black with #D67418

Text Example


Text Example

White with #D67418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67418; }

 p { color: rgb(214,116,24); }

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

background-color css

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

 a { background-color: rgb(214,116,24); }

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

border-color css

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

 span { border-color: rgb(214,116,24); }

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