Html Css Color HEX #D4730F Chocolate

📋 copy color: '#D4730F'

red 212 ◦ green 115 ◦ blue 15

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

Shades of Chocolate #D4730F

Tints of Chocolate #D4730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 61.99%
G = 33.63%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4730F (or 0xD4730F) is known color: Chocolate. HEX triplet: D4, 73 and 0F. RGB value is (212,115,15). Sum of RGB (Red+Green+Blue) = 212+115+15=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4730F is #2B8CF0. Grayscale: #858585. Windows color (decimal): -2854129 or 1012692. OLE color: 1012692.

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

Color convert

RGB 212 115 15 -
CMYK 0 0.46 0.93 0.17
HSL 30.46º 0.87% 0.45% -
HSV(B) 30.46º 0.93% 0.83% -
XYZ 33.37 26.29 3.77 -
YUV 132.6 61.64 184.63 -
System Red Green Blue C M Y K H S L
Decimal 212 115 15 0 0.46 0.93 0.17 30.46 0.87 0.45
Hex D4 73 F 0 2E 5D 11 1E 57 2D
Octal 324 163 17 0 56 135 21 36 127 55
Binary 11010100 1110011 1111 0 101110 1011101 10001 11110 1010111 101101

Color Harmonies of #D4730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4730F

Black with #D4730F

Text Example


Text Example

White with #D4730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4730F; }

 p { color: rgb(212,115,15); }

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

background-color css

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

 a { background-color: rgb(212,115,15); }

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

border-color css

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

 span { border-color: rgb(212,115,15); }

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