Html Css Color HEX #D6672E Gold Drop

📋 copy color: '#D6672E'

red 214 ◦ green 103 ◦ blue 46

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

Shades of Gold Drop #D6672E

Tints of Gold Drop #D6672E

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

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

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

R = 58.95%
G = 28.37%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6672E (or 0xD6672E) is known color: Gold Drop. HEX triplet: D6, 67 and 2E. RGB value is (214,103,46). Sum of RGB (Red+Green+Blue) = 214+103+46=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6672E is #2998D1. Grayscale: #828282. Windows color (decimal): -2726098 or 3041238. OLE color: 3041238.

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

Color convert

RGB 214 103 46 -
CMYK 0 0.52 0.79 0.16
HSL 20.36º 0.67% 0.51% -
HSV(B) 20.36º 0.79% 0.84% -
XYZ 33.07 24.19 5.51 -
YUV 129.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 214 103 46 0 0.52 0.79 0.16 20.36 0.67 0.51
Hex D6 67 2E 0 34 4F 10 14 43 33
Octal 326 147 56 0 64 117 20 24 103 63
Binary 11010110 1100111 101110 0 110100 1001111 10000 10100 1000011 110011

Color Harmonies of #D6672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6672E

Black with #D6672E

Text Example


Text Example

White with #D6672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6672E; }

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

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

background-color css

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

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

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

border-color css

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

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

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