Html Css Color HEX #D67419 Chocolate

📋 copy color: '#D67419'

red 214 ◦ green 116 ◦ blue 25

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

Shades of Chocolate #D67419

Tints of Chocolate #D67419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 60.28%
G = 32.68%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D67419 (or 0xD67419) is known color: Chocolate. HEX triplet: D6, 74 and 19. RGB value is (214,116,25). Sum of RGB (Red+Green+Blue) = 214+116+25=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D67419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67419 is #298BE6. Grayscale: #878787. Windows color (decimal): -2722791 or 1668310. OLE color: 1668310.

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

Color convert

RGB 214 116 25 -
CMYK 0 0.46 0.88 0.16
HSL 28.89º 0.79% 0.47% -
HSV(B) 28.89º 0.88% 0.84% -
XYZ 34.15 26.86 4.3 -
YUV 134.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 214 116 25 0 0.46 0.88 0.16 28.89 0.79 0.47
Hex D6 74 19 0 2E 58 10 1D 4F 2F
Octal 326 164 31 0 56 130 20 35 117 57
Binary 11010110 1110100 11001 0 101110 1011000 10000 11101 1001111 101111

Color Harmonies of #D67419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67419

Black with #D67419

Text Example


Text Example

White with #D67419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67419; }

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

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

background-color css

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

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

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

border-color css

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

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

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