Html Css Color HEX #D27018 Chocolate

📋 copy color: '#D27018'

red 210 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #D27018

Tints of Chocolate #D27018

RGB

 RED value IS 210 (82.42% from 255) = 60.69%

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 60.69%
G = 32.37%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27018 (or 0xD27018) is known color: Chocolate. HEX triplet: D2, 70 and 18. RGB value is (210,112,24). Sum of RGB (Red+Green+Blue) = 210+112+24=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D27018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27018 is #2D8FE7. Grayscale: #838383. Windows color (decimal): -2985960 or 1601746. OLE color: 1601746.

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

Color convert

RGB 210 112 24 -
CMYK 0 0.47 0.89 0.18
HSL 28.39º 0.79% 0.46% -
HSV(B) 28.39º 0.89% 0.82% -
XYZ 32.54 25.36 4.04 -
YUV 131.27 67.47 184.16 -
System Red Green Blue C M Y K H S L
Decimal 210 112 24 0 0.47 0.89 0.18 28.39 0.79 0.46
Hex D2 70 18 0 2F 59 12 1C 4F 2E
Octal 322 160 30 0 57 131 22 34 117 56
Binary 11010010 1110000 11000 0 101111 1011001 10010 11100 1001111 101110

Color Harmonies of #D27018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27018

Black with #D27018

Text Example


Text Example

White with #D27018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27018; }

 p { color: rgb(210,112,24); }

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

background-color css

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

 a { background-color: rgb(210,112,24); }

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

border-color css

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

 span { border-color: rgb(210,112,24); }

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