Html Css Color HEX #D4652E Gold Drop

📋 copy color: '#D4652E'

red 212 ◦ green 101 ◦ blue 46

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

Shades of Gold Drop #D4652E

Tints of Gold Drop #D4652E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 59.05%
G = 28.13%
B = 12.81%

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

#D4652E (or 0xD4652E) is known color: Gold Drop. HEX triplet: D4, 65 and 2E. RGB value is (212,101,46). Sum of RGB (Red+Green+Blue) = 212+101+46=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4652E is #2B9AD1. Grayscale: #808080. Windows color (decimal): -2857682 or 3040724. OLE color: 3040724.

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

Color convert

RGB 212 101 46 -
CMYK 0 0.52 0.78 0.17
HSL 19.88º 0.66% 0.51% -
HSV(B) 19.88º 0.78% 0.83% -
XYZ 32.3 23.5 5.42 -
YUV 127.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 212 101 46 0 0.52 0.78 0.17 19.88 0.66 0.51
Hex D4 65 2E 0 34 4E 11 14 42 33
Octal 324 145 56 0 64 116 21 24 102 63
Binary 11010100 1100101 101110 0 110100 1001110 10001 10100 1000010 110011

Color Harmonies of #D4652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4652E

Black with #D4652E

Text Example


Text Example

White with #D4652E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4652E; }

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

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

background-color css

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

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

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

border-color css

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

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

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