Html Css Color HEX #D46427 Chocolate

📋 copy color: '#D46427'

red 212 ◦ green 100 ◦ blue 39

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

Shades of Chocolate #D46427

Tints of Chocolate #D46427

RGB

 RED value IS 212 (83.2% from 255) = 60.4%

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

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

R = 60.4%
G = 28.49%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D46427 (or 0xD46427) is known color: Chocolate. HEX triplet: D4, 64 and 27. RGB value is (212,100,39). Sum of RGB (Red+Green+Blue) = 212+100+39=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D46427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46427 is #2B9BD8. Grayscale: #7E7E7E. Windows color (decimal): -2857945 or 2581716. OLE color: 2581716.

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

Color convert

RGB 212 100 39 -
CMYK 0 0.53 0.82 0.17
HSL 21.16º 0.69% 0.49% -
HSV(B) 21.16º 0.82% 0.83% -
XYZ 32.07 23.26 4.72 -
YUV 126.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 212 100 39 0 0.53 0.82 0.17 21.16 0.69 0.49
Hex D4 64 27 0 35 52 11 15 45 31
Octal 324 144 47 0 65 122 21 25 105 61
Binary 11010100 1100100 100111 0 110101 1010010 10001 10101 1000101 110001

Color Harmonies of #D46427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46427

Black with #D46427

Text Example


Text Example

White with #D46427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46427; }

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

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

background-color css

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

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

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

border-color css

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

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

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