Html Css Color HEX #D4662E Gold Drop

📋 copy color: '#D4662E'

red 212 ◦ green 102 ◦ blue 46

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

Shades of Gold Drop #D4662E

Tints of Gold Drop #D4662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 58.89%
G = 28.33%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4662E (or 0xD4662E) is known color: Gold Drop. HEX triplet: D4, 66 and 2E. RGB value is (212,102,46). Sum of RGB (Red+Green+Blue) = 212+102+46=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4662E is #2B99D1. Grayscale: #808080. Windows color (decimal): -2857426 or 3040980. OLE color: 3040980.

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

Color convert

RGB 212 102 46 -
CMYK 0 0.52 0.78 0.17
HSL 20.24º 0.66% 0.51% -
HSV(B) 20.24º 0.78% 0.83% -
XYZ 32.4 23.7 5.45 -
YUV 128.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 212 102 46 0 0.52 0.78 0.17 20.24 0.66 0.51
Hex D4 66 2E 0 34 4E 11 14 42 33
Octal 324 146 56 0 64 116 21 24 102 63
Binary 11010100 1100110 101110 0 110100 1001110 10001 10100 1000010 110011

Color Harmonies of #D4662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4662E

Black with #D4662E

Text Example


Text Example

White with #D4662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4662E; }

 p { color: rgb(212,102,46); }

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

background-color css

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

 a { background-color: rgb(212,102,46); }

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

border-color css

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

 span { border-color: rgb(212,102,46); }

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