Html Css Color HEX #D27213 Chocolate

📋 copy color: '#D27213'

red 210 ◦ green 114 ◦ blue 19

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

Shades of Chocolate #D27213

Tints of Chocolate #D27213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 61.22%
G = 33.24%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D27213 (or 0xD27213) is known color: Chocolate. HEX triplet: D2, 72 and 13. RGB value is (210,114,19). Sum of RGB (Red+Green+Blue) = 210+114+19=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D27213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27213 is #2D8DEC. Grayscale: #848484. Windows color (decimal): -2985453 or 1274578. OLE color: 1274578.

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

Color convert

RGB 210 114 19 -
CMYK 0 0.46 0.91 0.18
HSL 29.84º 0.83% 0.45% -
HSV(B) 29.84º 0.91% 0.82% -
XYZ 32.71 25.78 3.87 -
YUV 131.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 210 114 19 0 0.46 0.91 0.18 29.84 0.83 0.45
Hex D2 72 13 0 2E 5B 12 1E 53 2D
Octal 322 162 23 0 56 133 22 36 123 55
Binary 11010010 1110010 10011 0 101110 1011011 10010 11110 1010011 101101

Color Harmonies of #D27213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27213

Black with #D27213

Text Example


Text Example

White with #D27213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27213; }

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

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

background-color css

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

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

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

border-color css

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

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

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