Html Css Color HEX #D8672E Gold Drop

📋 copy color: '#D8672E'

red 216 ◦ green 103 ◦ blue 46

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

Shades of Gold Drop #D8672E

Tints of Gold Drop #D8672E

RGB

 RED value IS 216 (84.77% from 255) = 59.18%

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

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 59.18%
G = 28.22%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8672E (or 0xD8672E) is known color: Gold Drop. HEX triplet: D8, 67 and 2E. RGB value is (216,103,46). Sum of RGB (Red+Green+Blue) = 216+103+46=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8672E is #2798D1. Grayscale: #828282. Windows color (decimal): -2595026 or 3041240. OLE color: 3041240.

HSL color Cylindrical-coordinate representation of color #D8672E: hue angle of 20.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8672E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 46 -
CMYK 0 0.52 0.79 0.15
HSL 20.12º 0.69% 0.51% -
HSV(B) 20.12º 0.79% 0.85% -
XYZ 33.66 24.5 5.54 -
YUV 130.29 80.44 189.13 -
System Red Green Blue C M Y K H S L
Decimal 216 103 46 0 0.52 0.79 0.15 20.12 0.69 0.51
Hex D8 67 2E 0 34 4F F 14 45 33
Octal 330 147 56 0 64 117 17 24 105 63
Binary 11011000 1100111 101110 0 110100 1001111 1111 10100 1000101 110011

Color Harmonies of #D8672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8672E

Black with #D8672E

Text Example


Text Example

White with #D8672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8672E; }

 p { color: rgb(216,103,46); }

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

background-color css

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

 a { background-color: rgb(216,103,46); }

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

border-color css

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

 span { border-color: rgb(216,103,46); }

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