Html Css Color HEX #D4670D Chocolate

📋 copy color: '#D4670D'

red 212 ◦ green 103 ◦ blue 13

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

Shades of Chocolate #D4670D

Tints of Chocolate #D4670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 64.63%
G = 31.4%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4670D (or 0xD4670D) is known color: Chocolate. HEX triplet: D4, 67 and 0D. RGB value is (212,103,13). Sum of RGB (Red+Green+Blue) = 212+103+13=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4670D is #2B98F2. Grayscale: #7D7D7D. Windows color (decimal): -2857203 or 878548. OLE color: 878548.

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

Color convert

RGB 212 103 13 -
CMYK 0 0.51 0.94 0.17
HSL 27.14º 0.88% 0.44% -
HSV(B) 27.14º 0.94% 0.83% -
XYZ 32.07 23.73 3.27 -
YUV 125.33 64.61 189.82 -
System Red Green Blue C M Y K H S L
Decimal 212 103 13 0 0.51 0.94 0.17 27.14 0.88 0.44
Hex D4 67 D 0 33 5E 11 1B 58 2C
Octal 324 147 15 0 63 136 21 33 130 54
Binary 11010100 1100111 1101 0 110011 1011110 10001 11011 1011000 101100

Color Harmonies of #D4670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4670D

Black with #D4670D

Text Example


Text Example

White with #D4670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4670D; }

 p { color: rgb(212,103,13); }

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

background-color css

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

 a { background-color: rgb(212,103,13); }

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

border-color css

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

 span { border-color: rgb(212,103,13); }

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