Html Css Color HEX #D27014 Chocolate

📋 copy color: '#D27014'

red 210 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #D27014

Tints of Chocolate #D27014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 61.4%
G = 32.75%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D27014 (or 0xD27014) is known color: Chocolate. HEX triplet: D2, 70 and 14. RGB value is (210,112,20). Sum of RGB (Red+Green+Blue) = 210+112+20=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D27014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27014 is #2D8FEB. Grayscale: #838383. Windows color (decimal): -2985964 or 1339602. OLE color: 1339602.

HSL color Cylindrical-coordinate representation of color #D27014: hue angle of 29.05º degrees, saturation: 0.83, 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 #D27014 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 20 -
CMYK 0 0.47 0.90 0.18
HSL 29.05º 0.83% 0.45% -
HSV(B) 29.05º 0.9% 0.82% -
XYZ 32.5 25.34 3.84 -
YUV 130.81 65.47 184.48 -
System Red Green Blue C M Y K H S L
Decimal 210 112 20 0 0.47 0.90 0.18 29.05 0.83 0.45
Hex D2 70 14 0 2F 5A 12 1D 53 2D
Octal 322 160 24 0 57 132 22 35 123 55
Binary 11010010 1110000 10100 0 101111 1011010 10010 11101 1010011 101101

Color Harmonies of #D27014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27014

Black with #D27014

Text Example


Text Example

White with #D27014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27014; }

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

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

background-color css

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

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

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

border-color css

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

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

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