Html Css Color HEX #D4700B Chocolate

📋 copy color: '#D4700B'

red 212 ◦ green 112 ◦ blue 11

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

Shades of Chocolate #D4700B

Tints of Chocolate #D4700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 63.28%
G = 33.43%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4700B (or 0xD4700B) is known color: Chocolate. HEX triplet: D4, 70 and 0B. RGB value is (212,112,11). Sum of RGB (Red+Green+Blue) = 212+112+11=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4700B is #2B8FF4. Grayscale: #828282. Windows color (decimal): -2854901 or 749780. OLE color: 749780.

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

Color convert

RGB 212 112 11 -
CMYK 0 0.47 0.95 0.17
HSL 30.15º 0.9% 0.44% -
HSV(B) 30.15º 0.95% 0.83% -
XYZ 33.01 25.61 3.52 -
YUV 130.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 212 112 11 0 0.47 0.95 0.17 30.15 0.9 0.44
Hex D4 70 B 0 2F 5F 11 1E 5A 2C
Octal 324 160 13 0 57 137 21 36 132 54
Binary 11010100 1110000 1011 0 101111 1011111 10001 11110 1011010 101100

Color Harmonies of #D4700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4700B

Black with #D4700B

Text Example


Text Example

White with #D4700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4700B; }

 p { color: rgb(212,112,11); }

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

background-color css

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

 a { background-color: rgb(212,112,11); }

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

border-color css

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

 span { border-color: rgb(212,112,11); }

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