Html Css Color HEX #D27216 Chocolate

📋 copy color: '#D27216'

red 210 ◦ green 114 ◦ blue 22

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

Shades of Chocolate #D27216

Tints of Chocolate #D27216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 60.69%
G = 32.95%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D27216 (or 0xD27216) is known color: Chocolate. HEX triplet: D2, 72 and 16. RGB value is (210,114,22). Sum of RGB (Red+Green+Blue) = 210+114+22=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D27216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27216 is #2D8DE9. Grayscale: #848484. Windows color (decimal): -2985450 or 1471186. OLE color: 1471186.

HSL color Cylindrical-coordinate representation of color #D27216: hue angle of 29.36º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D27216 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 114 22 -
CMYK 0 0.46 0.90 0.18
HSL 29.36º 0.81% 0.45% -
HSV(B) 29.36º 0.9% 0.82% -
XYZ 32.74 25.79 4.01 -
YUV 132.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 210 114 22 0 0.46 0.90 0.18 29.36 0.81 0.45
Hex D2 72 16 0 2E 5A 12 1D 51 2D
Octal 322 162 26 0 56 132 22 35 121 55
Binary 11010010 1110010 10110 0 101110 1011010 10010 11101 1010001 101101

Color Harmonies of #D27216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27216

Black with #D27216

Text Example


Text Example

White with #D27216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27216; }

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

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

background-color css

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

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

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

border-color css

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

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

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