Html Css Color HEX #D4651D Chocolate

📋 copy color: '#D4651D'

red 212 ◦ green 101 ◦ blue 29

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

Shades of Chocolate #D4651D

Tints of Chocolate #D4651D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 29 (11.72% from 255) = 8.48%

R = 61.99%
G = 29.53%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4651D (or 0xD4651D) is known color: Chocolate. HEX triplet: D4, 65 and 1D. RGB value is (212,101,29). Sum of RGB (Red+Green+Blue) = 212+101+29=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4651D is #2B9AE2. Grayscale: #7E7E7E. Windows color (decimal): -2857699 or 1926612. OLE color: 1926612.

HSL color Cylindrical-coordinate representation of color #D4651D: hue angle of 23.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4651D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 29 -
CMYK 0 0.52 0.86 0.17
HSL 23.61º 0.76% 0.47% -
HSV(B) 23.61º 0.86% 0.83% -
XYZ 32.03 23.39 3.99 -
YUV 125.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 212 101 29 0 0.52 0.86 0.17 23.61 0.76 0.47
Hex D4 65 1D 0 34 56 11 18 4C 2F
Octal 324 145 35 0 64 126 21 30 114 57
Binary 11010100 1100101 11101 0 110100 1010110 10001 11000 1001100 101111

Color Harmonies of #D4651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4651D

Black with #D4651D

Text Example


Text Example

White with #D4651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4651D; }

 p { color: rgb(212,101,29); }

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

background-color css

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

 a { background-color: rgb(212,101,29); }

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

border-color css

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

 span { border-color: rgb(212,101,29); }

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