Html Css Color HEX #D27218 Chocolate

📋 copy color: '#D27218'

red 210 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #D27218

Tints of Chocolate #D27218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 60.34%
G = 32.76%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27218 (or 0xD27218) is known color: Chocolate. HEX triplet: D2, 72 and 18. RGB value is (210,114,24). Sum of RGB (Red+Green+Blue) = 210+114+24=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27218 is #2D8DE7. Grayscale: #848484. Windows color (decimal): -2985448 or 1602258. OLE color: 1602258.

HSL color Cylindrical-coordinate representation of color #D27218: hue angle of 29.03º 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 #D27218 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 114 24 -
CMYK 0 0.46 0.89 0.18
HSL 29.03º 0.79% 0.46% -
HSV(B) 29.03º 0.89% 0.82% -
XYZ 32.76 25.8 4.12 -
YUV 132.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 210 114 24 0 0.46 0.89 0.18 29.03 0.79 0.46
Hex D2 72 18 0 2E 59 12 1D 4F 2E
Octal 322 162 30 0 56 131 22 35 117 56
Binary 11010010 1110010 11000 0 101110 1011001 10010 11101 1001111 101110

Color Harmonies of #D27218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27218

Black with #D27218

Text Example


Text Example

White with #D27218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27218; }

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

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

background-color css

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

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

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

border-color css

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

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

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