Html Css Color HEX #D26427 Chocolate

📋 copy color: '#D26427'

red 210 ◦ green 100 ◦ blue 39

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

Shades of Chocolate #D26427

Tints of Chocolate #D26427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 60.17%
G = 28.65%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D26427 (or 0xD26427) is known color: Chocolate. HEX triplet: D2, 64 and 27. RGB value is (210,100,39). Sum of RGB (Red+Green+Blue) = 210+100+39=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D26427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26427 is #2D9BD8. Grayscale: #7E7E7E. Windows color (decimal): -2989017 or 2581714. OLE color: 2581714.

HSL color Cylindrical-coordinate representation of color #D26427: hue angle of 21.4º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D26427 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 100 39 -
CMYK 0 0.52 0.81 0.18
HSL 21.4º 0.69% 0.49% -
HSV(B) 21.4º 0.81% 0.82% -
XYZ 31.5 22.96 4.69 -
YUV 125.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 210 100 39 0 0.52 0.81 0.18 21.4 0.69 0.49
Hex D2 64 27 0 34 51 12 15 45 31
Octal 322 144 47 0 64 121 22 25 105 61
Binary 11010010 1100100 100111 0 110100 1010001 10010 10101 1000101 110001

Color Harmonies of #D26427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26427

Black with #D26427

Text Example


Text Example

White with #D26427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26427; }

 p { color: rgb(210,100,39); }

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

background-color css

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

 a { background-color: rgb(210,100,39); }

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

border-color css

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

 span { border-color: rgb(210,100,39); }

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