Html Css Color HEX #D4690F Chocolate

📋 copy color: '#D4690F'

red 212 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #D4690F

Tints of Chocolate #D4690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

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

R = 63.86%
G = 31.63%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4690F (or 0xD4690F) is known color: Chocolate. HEX triplet: D4, 69 and 0F. RGB value is (212,105,15). Sum of RGB (Red+Green+Blue) = 212+105+15=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D4690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4690F is #2B96F0. Grayscale: #7F7F7F. Windows color (decimal): -2856689 or 1010132. OLE color: 1010132.

HSL color Cylindrical-coordinate representation of color #D4690F: hue angle of 27.41º 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 #D4690F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 15 -
CMYK 0 0.50 0.93 0.17
HSL 27.41º 0.87% 0.45% -
HSV(B) 27.41º 0.93% 0.83% -
XYZ 32.29 24.13 3.41 -
YUV 126.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 212 105 15 0 0.50 0.93 0.17 27.41 0.87 0.45
Hex D4 69 F 0 32 5D 11 1B 57 2D
Octal 324 151 17 0 62 135 21 33 127 55
Binary 11010100 1101001 1111 0 110010 1011101 10001 11011 1010111 101101

Color Harmonies of #D4690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4690F

Black with #D4690F

Text Example


Text Example

White with #D4690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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